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

Function seen_set_free

src/simhash/minhash.c:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431static void seen_set_free(seen_set_t *s) {
432 free(s->slots);
433 s->slots = NULL;
434}
435
436/* Append a candidate to the result buffer, growing if needed. */
437static bool result_push(cbm_lsh_index_t *idx, const cbm_lsh_entry_t *candidate) {

Callers 2

cbm_lsh_queryFunction · 0.85
cbm_lsh_query_intoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected