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

Function edge_fields_free

src/cypher/cypher.c:2274–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2272}
2273
2274static void edge_fields_free(cbm_edge_t *e) {
2275 safe_str_free(&e->project);
2276 safe_str_free(&e->type);
2277 safe_str_free(&e->properties_json);
2278}
2279
2280/* Set an edge variable in a binding */
2281static void binding_set_edge(binding_t *b, const char *var, const cbm_edge_t *edge) {

Callers 2

binding_set_edgeFunction · 0.85
binding_freeFunction · 0.85

Calls 1

safe_str_freeFunction · 0.85

Tested by

no test coverage detected