MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / parse_depth_leave

Function parse_depth_leave

src/cypher/cypher.c:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461static void parse_depth_leave(parser_t *p) {
462 p->depth--;
463}
464
465static const cbm_token_t *peek(parser_t *p) {
466 if (p->pos >= p->count) {

Callers 2

parse_atom_exprFunction · 0.85
parse_not_exprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected