MCPcopy 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

GetFilesMethod · 0.85
GetDirsMethod · 0.85
IsDirMethod · 0.85
IsLinkMethod · 0.85
GetSizeMethod · 0.85
GetCreateDateTimeMethod · 0.85
GetModifyDateTimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected