MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / stat

Class stat

src/pipeline/artifact.c:795–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 artifact_path(zst_path, sizeof(zst_path), repo_path, CBM_ARTIFACT_FILENAME);
794
795 struct stat st;
796 if (stat(zst_path, &st) != 0 || st.st_size == 0) {
797 return false;
798 }

Callers 1

cbm_artifact_existsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected