Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ check
Function
check
src/cypher/cypher.c:480–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
}
479
480
static bool check(parser_t *p, cbm_token_type_t type) {
481
return peek(p)->type == type;
482
}
483
484
static bool match(parser_t *p, cbm_token_type_t type) {
485
if (check(p, type)) {
Callers
15
match
Function · 0.70
expect
Function · 0.70
parse_props
Function · 0.70
parse_node
Function · 0.70
parse_hop_range
Function · 0.70
parse_rel_bracket
Function · 0.70
parse_in_list
Function · 0.70
parse_comparison_op
Function · 0.70
parse_condition_op
Function · 0.70
parse_condition_lhs
Function · 0.70
parse_condition_expr
Function · 0.70
parse_and_expr
Function · 0.70
Calls
1
peek
Function · 0.85
Tested by
no test coverage detected