Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
src/pipeline/pipeline.c:1738–1738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1736
return CBM_PIPELINE_FORCE_FULL_REINDEX;
1737
}
1738
struct stat db_st;
1739
if (stat(db_path, &db_st) != 0) {
1740
free(db_path);
1741
return CBM_PIPELINE_FORCE_FULL_REINDEX;
Callers
4
try_incremental_or_delete_db
Function · 0.70
db_sidecars_absent
Function · 0.70
prepare_publish_destination
Function · 0.70
cbm_pipeline_run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected