Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ stat
Class
stat
tools/rpc/rpc-server.cpp:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
#else
92
// if the path already exists, check whether it's a directory
93
struct stat info;
94
if (stat(path.c_str(), &info) == 0) {
95
return S_ISDIR(info.st_mode);
96
}
Callers
1
fs_create_directory_with_parents
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected