MCPcopy Create free account
hub / github.com/Illumina/hap.py / toStyledString

Method toStyledString

external/jsoncpp/jsoncpp.cpp:2774–2777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2772size_t Value::getOffsetLimit() const { return limit_; }
2773
2774std::string Value::toStyledString() const {
2775 StyledWriter writer;
2776 return writer.write(*this);
2777}
2778
2779Value::const_iterator Value::begin() const {
2780 switch (type_) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected