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

Class stat

tests/test_platform.c:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 char child[1024];
184 snprintf(child, sizeof(child), "%s/%s", root, ent->d_name);
185 struct stat st;
186 if (stat(child, &st) == 0 && S_ISDIR(st.st_mode)) {
187 cgroup_test_teardown(child); /* recurse into subdir */
188 } else {

Callers 1

cgroup_test_teardownFunction · 0.70

Calls

no outgoing calls

Tested by 1

cgroup_test_teardownFunction · 0.56