MCPcopy Create free account
hub / github.com/Kitware/VTK / hasCommentForValue

Method hasCommentForValue

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:4733–4737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4731}
4732
4733bool StyledWriter::hasCommentForValue(const Value& value) {
4734 return value.hasComment(commentBefore) ||
4735 value.hasComment(commentAfterOnSameLine) ||
4736 value.hasComment(commentAfter);
4737}
4738
4739// Class StyledStreamWriter
4740// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected