For the complete documentation index, see llms.txt. This page is also available as Markdown.

isImplicitTag

Field in StringInfo

Summary

Indicates whether this string's line ID was implicitly generated.

public bool isImplicitTag;

Remarks

Implicitly generated line IDs are not guaranteed to remain the same across multiple compilations. To ensure that a line ID remains the same, you must define it by adding a line tag to the line.

Last updated

Was this helpful?