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

Method hasComment

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1422–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422bool Value::hasComment(CommentPlacement placement) const {
1423 return comments_.has(placement);
1424}
1425
1426String Value::getComment(CommentPlacement placement) const {
1427 return comments_.get(placement);

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected