Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
577
const 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_root
Function · 0.85
walk_cache_dir_snapshot
Function · 0.85
handle_index_repository
Function · 0.85
handle_index_start
Function · 0.85
Calls
1
cbm_resolve_cache_dir
Function · 0.85
Tested by
no test coverage detected