Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ stat
Class
stat
Utils/FileSystem.h:124–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
std::string npath = normalizePath(path);
123
124
struct stat st;
125
int status = 0;
126
127
if (stat(path.c_str(), &st) != 0)
Callers
3
makeDir
Method · 0.85
isFile
Method · 0.85
isDirectory
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected