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

Method hasCommentForValue

Utilities/cmjsoncpp/src/lib_json/json_writer.cpp:645–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645bool StyledWriter::hasCommentForValue(const Value& value) {
646 return value.hasComment(commentBefore) ||
647 value.hasComment(commentAfterOnSameLine) ||
648 value.hasComment(commentAfter);
649}
650
651// Class StyledStreamWriter
652// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected