Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ parse_depth_leave
Function
parse_depth_leave
src/cypher/cypher.c:462–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
static void parse_depth_leave(parser_t *p) {
463
p->depth--;
464
}
465
466
static const cbm_token_t *peek(parser_t *p) {
467
if (p->pos >= p->count) {
Callers
2
parse_atom_expr
Function · 0.85
parse_not_expr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected