Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
src/foundation/platform.c:233–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
struct stat st;
234
if (fstat(fd, &st) != 0 || st.st_size == 0) {
235
close(fd);
236
return NULL;
Callers
3
cbm_file_exists
Function · 0.70
cbm_is_dir
Function · 0.70
cbm_file_size
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected