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

Method hasComment

external/jsoncpp/jsoncpp.cpp:3850–3852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3848}
3849
3850bool Value::hasComment(CommentPlacement placement) const {
3851 return comments_.has(placement);
3852}
3853
3854String Value::getComment(CommentPlacement placement) const {
3855 return comments_.get(placement);

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected