Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ appending
Method
appending
valdi_core/src/valdi_core/cpp/Utils/PathUtils.cpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
Path Path::appending(const Path& other) const {
115
auto copy = *this;
116
copy.append(other);
117
return copy;
118
}
119
120
Path Path::appending(const std::string_view& component) const {
121
auto copy = *this;
Callers
14
listDirectory
Method · 0.45
absolutePathFromString
Method · 0.45
TEST
Function · 0.45
child
Method · 0.45
TEST
Function · 0.45
child
Method · 0.45
searchForModule
Method · 0.45
list
Method · 0.45
toAbsolutePath
Method · 0.45
resolveAbsolutePath
Method · 0.45
getArchiveForModule
Method · 0.45
doInsertImageAssetInBundle
Method · 0.45
Calls
1
append
Method · 0.65
Tested by
4
TEST
Function · 0.36
child
Method · 0.36
TEST
Function · 0.36
child
Method · 0.36