MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / toStyledString

Method toStyledString

vrclient_x64/jsoncpp.cpp:3828–3831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3826size_t Value::getOffsetLimit() const { return limit_; }
3827
3828std::string Value::toStyledString() const {
3829 StyledWriter writer;
3830 return writer.write(*this);
3831}
3832
3833Value::const_iterator Value::begin() const {
3834 switch (type_) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected