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

Class stat

src/git/git_context.c:267–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 struct stat st;
268 out->root_exists = (stat(path, &st) == 0);
269 if (!out->root_exists) {
270 return 0;

Callers 1

cbm_git_context_resolveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected