| 6862 | } |
| 6863 | |
| 6864 | static 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 |
no test coverage detected