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

Function advance

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

Source from the content-addressed store, hash-verified

133}
134
135static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); }
136
137static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
138

Callers 5

scan_string_contentFunction · 0.70
detect_comment_startFunction · 0.70
scan_wordFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected