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

Method toStyledString

src/jsoncpp.cpp:3829–3832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected