Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
static bool activation_test_exists(const char *path) {
74
struct stat status;
75
return path && stat(path, &status) == 0;
76
}
77
Callers
2
activation_test_exists
Function · 0.70
test_activation_transaction.c
File · 0.70
Calls
no outgoing calls
Tested by
1
activation_test_exists
Function · 0.56