Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); }
136
137
static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
138
Callers
5
scan_string_content
Function · 0.70
detect_comment_start
Function · 0.70
scan_word
Function · 0.70
is_leading_infix_continuation
Function · 0.70
tree_sitter_scala_external_scanner_scan
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected