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

Function expr_not

src/cypher/cypher.c:829–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

parse_not_exprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected