Expand description
Context Detection for Structural Search
Detects whether a line of code is primarily:
- Code (executable logic)
- Comments (documentation, inline notes)
- Strings (literal text values)
This enables --only-code, --only-comments, and --only-strings filters.
Enums§
- Line
Context - Possible contexts for a line of source code
Functions§
- classify_
line - Classify the context of a single line.
- should_
include - Determine whether a search result should be included based on context filter.