Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
static inline void consume(TSLexer *lexer) { lexer->advance(lexer, false); }
17
18
static inline void skip(TSLexer *lexer) { lexer->advance(lexer, true); }
19
Callers
4
consume_char
Function · 0.85
consume_and_count_char
Function · 0.85
scan_block_content
Function · 0.85
scan_comment_content
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected