MCPcopy 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

db_sidecars_absentFunction · 0.70
cbm_pipeline_runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected