Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ stat
Class
stat
engine/source/platformEmscripten/EmscriptenFileio.cpp:196–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
AssertFatal(pathName[0] ==
'/'
,
"PATH must be absolute"
);
195
196
struct stat filestat;
197
const int MaxPathEl = 200;
198
char *currChar = pathName;
199
char testPath[MaxPath];
Callers
9
MungeCase
Function · 0.70
MungePath
Function · 0.70
RecurseDumpPath
Function · 0.70
open
Method · 0.70
GetFileTimes
Function · 0.70
isFile
Method · 0.70
getFileSize
Method · 0.70
isDirectory
Method · 0.70
isSubDirectory
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected