MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / stat

Class stat

common/common.cpp:903–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901#else
902 // if the path already exists, check whether it's a directory
903 struct stat info;
904 if (stat(path.c_str(), &info) == 0) {
905 return S_ISDIR(info.st_mode);
906 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected