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

Class stat

tests/test_activation_transaction.c:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73static bool activation_test_exists(const char *path) {
74 struct stat status;
75 return path && stat(path, &status) == 0;
76}
77

Callers 2

activation_test_existsFunction · 0.70

Calls

no outgoing calls

Tested by 1

activation_test_existsFunction · 0.56