Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_helpers.h:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
/* Remove a file or directory tree recursively. Cross-platform rm -rf. */
91
static inline int th_rmtree(const char *path) {
92
struct stat st;
93
if (stat(path, &st) != 0) {
94
return 0; /* doesn't exist — success */
95
}
Callers
1
th_rmtree
Function · 0.70
Calls
no outgoing calls
Tested by
1
th_rmtree
Function · 0.56