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

Class stat

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

Source from the content-addressed store, hash-verified

562 char child[1024];
563 snprintf(child, sizeof(child), "%s/%s", root, ent->d_name);
564 struct stat st;
565 if (stat(child, &st) == 0 && S_ISDIR(st.st_mode)) {
566 cgroup_test_teardown(child); /* recurse into subdir */
567 } else {

Callers 1

cgroup_test_teardownFunction · 0.70

Calls

no outgoing calls

Tested by 1

cgroup_test_teardownFunction · 0.56