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

Function mcp_project_mutation_try_begin

src/mcp/mcp.c:1732–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730}
1731
1732static bool mcp_project_mutation_try_begin(cbm_mcp_server_t *srv, const char *project) {
1733 return !srv->mutation_begin ||
1734 (srv->mutation_try_begin && srv->mutation_try_begin(srv->mutation_context, project));
1735}
1736
1737static void mcp_project_mutation_end(cbm_mcp_server_t *srv, const char *project) {
1738 if (srv->mutation_end) {

Callers 2

resolve_store_internalFunction · 0.85
handle_manage_adrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected