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

Method hasCommentForValue

external/jsoncpp/jsoncpp.cpp:4701–4705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4699}
4700
4701bool StyledWriter::hasCommentForValue(const Value &value) {
4702 return value.hasComment(commentBefore) ||
4703 value.hasComment(commentAfterOnSameLine) ||
4704 value.hasComment(commentAfter);
4705}
4706
4707// Class StyledStreamWriter
4708// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected