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

Class stat

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_daemon_ipc.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected