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

Function get_project_root

src/mcp/mcp.c:6947–6949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6945}
6946
6947static char *get_project_root(cbm_mcp_server_t *srv, const char *project) {
6948 return project_root_from_store(resolve_store(srv, project), project);
6949}
6950
6951/* ── index_repository ─────────────────────────────────────────── */
6952

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