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

Method slowToString

valdi_core/src/valdi_core/cpp/Utils/StringBox.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44std::string StringBox::slowToString() const noexcept {
45 return std::string(toStringView());
46}
47
48StringBox& StringBox::operator=(StringBox&& other) noexcept {
49 if (this != &other) {

Callers 15

unmarshallStringFunction · 0.80
toFunctionIdentifierMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
getIdAndPathStringMethod · 0.80
toAbsolutePathMethod · 0.80
optimizePNGFunction · 0.80
TEST_PMethod · 0.80
TESTFunction · 0.80
addAssetArtifactFunction · 0.80
mockRemoteModuleMethod · 0.80
getUsageStringMethod · 0.80

Calls

no outgoing calls

Tested by 5

TEST_PMethod · 0.64
TESTFunction · 0.64
addAssetArtifactFunction · 0.64
mockRemoteModuleMethod · 0.64
deserializeTestCasesFunction · 0.64