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

Class stat

tests/test_daemon_ipc.c:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179 char child[TEST_PATH_CAP];
180 struct stat st;
181 (void)snprintf(child, sizeof(child), "%s/%s", path, entry->d_name);
182 if (lstat(child, &st) == 0 && S_ISDIR(st.st_mode)) {
183 (void)rmdir(child);

Callers 1

test_daemon_ipc.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected