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

Function free_state_entry

src/watcher/watcher.c:864–868  ·  view source on GitHub ↗

Hash table foreach callback to free state entries */

Source from the content-addressed store, hash-verified

862
863/* Hash table foreach callback to free state entries */
864static void free_state_entry(const char *key, void *val, void *ud) {
865 (void)key;
866 (void)ud;
867 state_free(val);
868}
869
870/* ── Watcher lifecycle ──────────────────────────────────────────── */
871

Callers

nothing calls this directly

Calls 1

state_freeFunction · 0.85

Tested by

no test coverage detected