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

Function get_project_root

src/mcp/mcp.c:6864–6866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6862}
6863
6864static char *get_project_root(cbm_mcp_server_t *srv, const char *project) {
6865 return project_root_from_store(resolve_store(srv, project), project);
6866}
6867
6868/* ── index_repository ─────────────────────────────────────────── */
6869

Callers 3

build_snippet_responseFunction · 0.85
handle_search_codeFunction · 0.85
handle_detect_changesFunction · 0.85

Calls 2

project_root_from_storeFunction · 0.85
resolve_storeFunction · 0.85

Tested by

no test coverage detected