MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / toStyledString

Method toStyledString

Source/JSON/jsoncpp.cpp:3459–3462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3457}
3458
3459std::string Value::toStyledString() const {
3460 StyledWriter writer;
3461 return writer.write(*this);
3462}
3463
3464Value::const_iterator Value::begin() const {
3465 switch (type_) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected