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

Function unwatch_project

src/ui/http_server.c:1158–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158static void unwatch_project(cbm_http_server_t *srv, const char *name) {
1159 if (srv && srv->watcher) {
1160 cbm_watcher_unwatch(srv->watcher, name);
1161 }
1162}
1163
1164/* DELETE /api/project?name=X — deletes the .db file */
1165static 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