MCPcopy Create free account
hub / github.com/PlayFab/gsdk / toStyledString

Method toStyledString

cpp/cppsdk/jsoncpp.cpp:3951–3959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

heartbeatThreadFuncMethod · 0.80
ExecuteRequestMethod · 0.80

Calls 2

hasCommentMethod · 0.95
writeStringFunction · 0.85

Tested by

no test coverage detected