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

Class stat

tests/test_pipeline.c:9799–9799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9797 if (staging_path && staging_path[0]) {
9798 snprintf(ctx->staging_path, sizeof(ctx->staging_path), "%s", staging_path);
9799 struct stat st;
9800 ctx->staging_existed = stat(staging_path, &st) == 0;
9801 if (ctx->staging_existed) {
9802 cbm_store_t *staging = cbm_store_open_path(staging_path);

Callers 3

sqlite_artifacts_absentFunction · 0.70
test_pipeline.cFile · 0.70

Calls

no outgoing calls

Tested by 2

sqlite_artifacts_absentFunction · 0.56