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

Function free_state_entry

src/watcher/watcher.c:363–367  ·  view source on GitHub ↗

Hash table foreach callback to free state entries */

Source from the content-addressed store, hash-verified

361
362/* Hash table foreach callback to free state entries */
363static void free_state_entry(const char *key, void *val, void *ud) {
364 (void)key;
365 (void)ud;
366 state_free(val);
367}
368
369/* ── Watcher lifecycle ──────────────────────────────────────────── */
370

Callers

nothing calls this directly

Calls 1

state_freeFunction · 0.85

Tested by

no test coverage detected