Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ stat
Class
stat
src/server/angelscript/add_on/scriptfile/scriptfilesystem.cpp:179–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
// Skip sub directories
178
const string fullname = currentPath +
"/"
+ filename;
179
struct stat st;
180
if( stat(fullname.c_str(), &st) == -1 )
181
continue;
182
if( (st.st_mode & S_IFDIR) != 0 )
Callers
7
GetFiles
Method · 0.85
GetDirs
Method · 0.85
IsDir
Method · 0.85
IsLink
Method · 0.85
GetSize
Method · 0.85
GetCreateDateTime
Method · 0.85
GetModifyDateTime
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected