Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ stat
Class
stat
DAEValidator/library/src/XmlDoc.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
if (!ifile.is_open()) return;
44
45
struct stat st;
46
int r = stat(path.c_str(), &st);
47
auto size = 0;
48
if (r == 0)
Callers
1
readFile
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected