Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yaafe/Yaafe
/ stat
Class
stat
src_cpp/yaafe-python/yaafecoreH5.cpp:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
// open file
59
struct stat stFileInfo;
60
if (stat(h5filename, &stFileInfo) != 0)
61
{
62
cerr <<
"ERROR: "
<< h5filename <<
" doesn't exists or is not a file !"
<< endl;
Callers
1
readH5FeatureDescriptions
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected