Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
std::string StringBox::slowToString() const noexcept {
45
return std::string(toStringView());
46
}
47
48
StringBox& StringBox::operator=(StringBox&& other) noexcept {
49
if (this != &other) {
Callers
15
unmarshallString
Function · 0.80
toFunctionIdentifier
Method · 0.80
toString
Method · 0.80
toString
Method · 0.80
getIdAndPathString
Method · 0.80
toAbsolutePath
Method · 0.80
optimizePNG
Function · 0.80
TEST_P
Method · 0.80
TEST
Function · 0.80
addAssetArtifact
Function · 0.80
mockRemoteModule
Method · 0.80
getUsageString
Method · 0.80
Calls
no outgoing calls
Tested by
5
TEST_P
Method · 0.64
TEST
Function · 0.64
addAssetArtifact
Function · 0.64
mockRemoteModule
Method · 0.64
deserializeTestCases
Function · 0.64