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:1381–1381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1379
return CBM_PIPELINE_FORCE_FULL_REINDEX;
1380
}
1381
struct stat db_st;
1382
if (stat(db_path, &db_st) != 0) {
1383
free(db_path);
1384
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