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

Function expr_not

src/cypher/cypher.c:830–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830static cbm_expr_t *expr_not(cbm_expr_t *child) {
831 cbm_expr_t *e = calloc(CBM_ALLOC_ONE, sizeof(cbm_expr_t));
832 e->type = EXPR_NOT;
833 e->left = child;
834 return e;
835}
836
837/* ── Unsupported keyword detection ─────────────────────────────── */
838

Callers 1

parse_not_exprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected