MCPcopy Create free account
hub / github.com/Snapchat/Valdi / toStringBox

Method toStringBox

valdi_core/src/valdi_core/cpp/Utils/PathUtils.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144StringBox Path::toStringBox() const {
145 return StringCache::getGlobal().makeString(toString());
146}
147
148std::string Path::getFirstComponent() const {
149 if (_components.empty()) {

Callers

nothing calls this directly

Calls 3

getGlobalFunction · 0.85
makeStringMethod · 0.80
toStringFunction · 0.50

Tested by

no test coverage detected