MCPcopy 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
114Path Path::appending(const Path& other) const {
115 auto copy = *this;
116 copy.append(other);
117 return copy;
118}
119
120Path Path::appending(const std::string_view& component) const {
121 auto copy = *this;

Callers 14

listDirectoryMethod · 0.45
TESTFunction · 0.45
childMethod · 0.45
TESTFunction · 0.45
childMethod · 0.45
searchForModuleMethod · 0.45
listMethod · 0.45
toAbsolutePathMethod · 0.45
resolveAbsolutePathMethod · 0.45
getArchiveForModuleMethod · 0.45

Calls 1

appendMethod · 0.65

Tested by 4

TESTFunction · 0.36
childMethod · 0.36
TESTFunction · 0.36
childMethod · 0.36