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

Function activation_test_exists

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

Source from the content-addressed store, hash-verified

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

Calls 1

statClass · 0.70

Tested by

no test coverage detected