MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / advance

Function advance

codegraph-kernel/grammars/kotlin/scanner.c:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
59
60static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); }
61
62// Scanner functions
63

Callers 7

scan_string_startFunction · 0.70
scan_string_contentFunction · 0.70
scan_multiline_commentFunction · 0.70
scan_automatic_semicolonFunction · 0.70
scan_safe_navFunction · 0.70
scan_line_sepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected