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

Class stat

tests/test_cli.c:852–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850 int status = 0;
851 bool waited = waitpid(child, &status, 0) == child;
852 struct stat marker_status;
853 bool lease_release_skipped = stat(release_marker, &marker_status) != 0;
854 test_rmdir_r(tmpdir);
855

Callers 1

test_cli.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected