MCPcopy 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
58static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
59
60static inline void advance(TSLexer *lexer) { lexer->advance(lexer, false); }
61

Callers 4

scan_for_wordFunction · 0.70
scan_automatic_semicolonFunction · 0.70

Calls 1

advanceMethod · 0.80

Tested by

no test coverage detected