MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / toStyledString

Method toStyledString

common/json/jsoncpp.cpp:3863–3866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3861ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3862
3863JSONCPP_STRING Value::toStyledString() const {
3864 StyledWriter writer;
3865 return writer.write(*this);
3866}
3867
3868Value::const_iterator Value::begin() const {
3869 switch (type_) {

Callers 1

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected