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

Function cbm_workspace_cache_dir

src/foundation/workspace.c:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577const char *cbm_workspace_cache_dir(void) {
578 return cbm_resolve_cache_dir();
579}
580
581/* ── Per-project request manifest ─────────────────────────────────────────── */
582

Callers 4

main_run_allow_rootFunction · 0.85
walk_cache_dir_snapshotFunction · 0.85
handle_index_repositoryFunction · 0.85
handle_index_startFunction · 0.85

Calls 1

cbm_resolve_cache_dirFunction · 0.85

Tested by

no test coverage detected