Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
static bool activation_test_exists(const char *path) {
74
struct stat status;
75
return path && stat(path, &status) == 0;
76
}
77
78
typedef struct {
79
bool expect_absent;
Callers
3
activation_test_validate
Function · 0.85
activation_test_clear_extended_acl_if_exists
Function · 0.85
test_activation_transaction.c
File · 0.85
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected