MCPcopy 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

db_sidecars_absentFunction · 0.70
cbm_pipeline_runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected