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

Function unwatch_project

src/ui/http_server.c:1233–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233static void unwatch_project(cbm_http_server_t *srv, const char *name) {
1234 if (srv && srv->watcher) {
1235 cbm_watcher_unwatch(srv->watcher, name);
1236 }
1237}
1238
1239/* DELETE /api/project?name=X — deletes the .db file */
1240static void handle_delete_project(cbm_http_server_t *srv, cbm_http_conn_t *c,

Callers 1

handle_delete_projectFunction · 0.85

Calls 1

cbm_watcher_unwatchFunction · 0.85

Tested by

no test coverage detected