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

Function expr_not

src/cypher/cypher.c:796–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796static cbm_expr_t *expr_not(cbm_expr_t *child) {
797 cbm_expr_t *e = calloc(CBM_ALLOC_ONE, sizeof(cbm_expr_t));
798 e->type = EXPR_NOT;
799 e->left = child;
800 return e;
801}
802
803/* ── Unsupported keyword detection ─────────────────────────────── */
804

Callers 1

parse_not_exprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected