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

Method hasComment

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4143–4143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4141}
4142
4143bool Value::hasComment(CommentPlacement placement) const { return comments_.has(placement); }
4144
4145String Value::getComment(CommentPlacement placement) const { return comments_.get(placement); }
4146

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected