MCPcopy Create free account
hub / github.com/Samsung/UTopia / toStyledString

Method toStyledString

external/jsoncpp/jsoncpp.cpp:3866–3874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3864ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3865
3866String Value::toStyledString() const {
3867 StreamWriterBuilder builder;
3868
3869 String out = this->hasComment(commentBefore) ? "\n" : "";
3870 out += Json::writeString(builder, *this);
3871 out += '\n';
3872
3873 return out;
3874}
3875
3876Value::const_iterator Value::begin() const {
3877 switch (type()) {

Callers 6

exportStatsJsonMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
DefinitionClass · 0.80

Calls 2

hasCommentMethod · 0.95
writeStringFunction · 0.85

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64