MCPcopy 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_existsFunction · 0.70
cbm_is_dirFunction · 0.70
cbm_file_sizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected