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:895–895 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
#ifndef _WIN32
894
static bool is_executable_file(const char *path) {
895
struct stat st;
896
return path && stat(path, &st) == 0 && S_ISREG(st.st_mode) && access(path, X_OK) == 0;
897
}
898
Callers
1
is_executable_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected