| 6945 | } |
| 6946 | |
| 6947 | static 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 |
no test coverage detected