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

Method hasComment

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3860–3862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3858}
3859
3860bool Value::hasComment(CommentPlacement placement) const {
3861 return comments_.has(placement);
3862}
3863
3864String Value::getComment(CommentPlacement placement) const {
3865 return comments_.get(placement);

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected