Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isAbsolute
Method
isAbsolute
Engine/source/core/util/path.cpp:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
bool Path::isAbsolute() const
369
{
370
return (!mPath.isEmpty() && mPath.c_str()[0] ==
'/'
);
371
}
372
373
U32 Path::getDirectoryCount() const
374
{
Callers
1
createPath
Method · 0.80
Calls
2
isEmpty
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected