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

Class stat

tests/test_cli.c:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 char path[1024];
466 snprintf(path, sizeof(path), "%s/%s/SKILL.md", skills_dir, sk[i].name);
467 struct stat st;
468 ASSERT_EQ(stat(path, &st), 0);
469 }
470

Callers 1

test_cli.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected