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

Class stat

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

Source from the content-addressed store, hash-verified

10020 if (staging_path && staging_path[0]) {
10021 snprintf(ctx->staging_path, sizeof(ctx->staging_path), "%s", staging_path);
10022 struct stat st;
10023 ctx->staging_existed = stat(staging_path, &st) == 0;
10024 if (ctx->staging_existed) {
10025 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