Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
src/ui/http_server.c:879–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
877
#ifndef _WIN32
878
static bool is_executable_file(const char *path) {
879
struct stat st;
880
return path && stat(path, &st) == 0 && S_ISREG(st.st_mode) && access(path, X_OK) == 0;
881
}
882
Callers
1
is_executable_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected