MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / toStyledString

Method toStyledString

json/jsoncpp.cpp:3953–3961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3951ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3952
3953JSONCPP_STRING Value::toStyledString() const {
3954 StreamWriterBuilder builder;
3955
3956 JSONCPP_STRING out = this->hasComment(commentBefore) ? "\n" : "";
3957 out += Json::writeString(builder, *this);
3958 out += "\n";
3959
3960 return out;
3961}
3962
3963Value::const_iterator Value::begin() const {
3964 switch (type_) {

Callers

nothing calls this directly

Calls 2

hasCommentMethod · 0.95
writeStringFunction · 0.85

Tested by

no test coverage detected