Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ skip
Function
skip
codegraph-kernel/grammars/kotlin/scanner.c:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
59
60
static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); }
61
Callers
4
scan_whitespace_and_comments
Function · 0.70
scan_for_word
Function · 0.70
scan_automatic_semicolon
Function · 0.70
tree_sitter_kotlin_external_scanner_scan
Function · 0.70
Calls
1
advance
Method · 0.80
Tested by
no test coverage detected