Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isAbsolute
Method
isAbsolute
valdi_core/src/valdi_core/cpp/Utils/PathUtils.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
bool Path::isAbsolute() const {
31
if (_components.empty()) {
32
return false;
33
}
34
return _components[0] ==
"/"
;
35
}
36
37
Path& Path::normalize() {
38
auto it = _components.begin();
Callers
15
absolutePathFromString
Method · 0.80
resolveResourceId
Method · 0.80
runScript
Method · 0.80
runScriptAsRemote
Method · 0.80
canMapPath
Function · 0.80
sourceMapSourceToAbsolute
Method · 0.80
urlToAbsolutePath
Method · 0.80
sourceMapSourceToAbsolute
Method · 0.80
urlToAbsolutePath
Method · 0.80
sourceMapSourceToAbsolute
Method · 0.80
guessWorkingDirectory
Function · 0.80
getAbsoluteProgramLocation
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64