Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
59
60
static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); }
61
62
// Scanner functions
63
Callers
7
scan_string_start
Function · 0.70
scan_string_content
Function · 0.70
scan_multiline_comment
Function · 0.70
scan_automatic_semicolon
Function · 0.70
scan_safe_nav
Function · 0.70
scan_line_sep
Function · 0.70
scan_import_list_delimiter
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected