Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
src/daemon/application.c:372–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
return false;
371
}
372
struct stat status;
373
return stat(path, &status) == 0 && S_ISREG(status.st_mode);
374
}
375
Callers
3
application_regular_db_exists
Function · 0.70
application_set_context
Function · 0.70
application_background_index
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected