MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / hasCommentForValue

Method hasCommentForValue

Sources/Dependencies/jsoncpp/writer.cpp:623–627  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

621
622 // static
623 bool BuiltStyledStreamWriter::hasCommentForValue(const Value& value) {
624 return value.hasComment(commentBefore) ||
625 value.hasComment(commentAfterOnSameLine) ||
626 value.hasComment(commentAfter);
627 }
628
629 ///////////////
630 // StreamWriter

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected