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

Function consume

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

Source from the content-addressed store, hash-verified

14};
15
16static inline void consume(TSLexer *lexer) { lexer->advance(lexer, false); }
17
18static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
19

Callers 4

consume_charFunction · 0.85
consume_and_count_charFunction · 0.85
scan_block_contentFunction · 0.85
scan_comment_contentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected