Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_cli.c:853–853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
851
int status = 0;
852
bool waited = waitpid(child, &status, 0) == child;
853
struct stat marker_status;
854
bool lease_release_skipped = stat(release_marker, &marker_status) != 0;
855
test_rmdir_r(tmpdir);
856
Callers
1
test_cli.c
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected