Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isRelative
Method
isRelative
Engine/source/core/util/path.cpp:363–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
bool Path::isRelative() const
364
{
365
return (mPath.isEmpty() || mPath.c_str()[0] !=
'/'
);
366
}
367
368
bool Path::isAbsolute() const
369
{
Callers
3
buildFileList
Function · 0.80
_normalize
Method · 0.80
getTrueFilename
Method · 0.80
Calls
2
isEmpty
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected