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

Method toString

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:523–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523std::string Value::toString() const {
524 return toString(false);
525}
526
527// Convert value to string
528std::string Value::toString(bool indent) const {

Callers

nothing calls this directly

Calls 15

getTypeFunction · 0.85
toStringBoxFunction · 0.85
indentStringFunction · 0.85
stringForTypedArrayTypeFunction · 0.85
getErrorFunction · 0.85
slowToStringMethod · 0.80
ValueClass · 0.70
appendMethod · 0.65
toStringMethod · 0.65
endMethod · 0.65
toStringFunction · 0.50
to_stringFunction · 0.50

Tested by

no test coverage detected