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

Method toString

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47ValueSchema::~ValueSchema() = default;
48
49std::string ValueSchema::toString() const {
50 return toString(ValueSchemaPrintFormat::HumanReadable, false);
51}
52
53std::string ValueSchema::toString(ValueSchemaPrintFormat format, bool recurseInSchemaReferences) const {
54 std::ostringstream ss;

Callers

nothing calls this directly

Calls 2

outputToStreamMethod · 0.80
toStringFunction · 0.50

Tested by

no test coverage detected