MCPcopy Create free account
hub / github.com/cinder/Cinder / hasComment

Method hasComment

src/jsoncpp/jsoncpp.cpp:2726–2728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2724}
2725
2726bool Value::hasComment(CommentPlacement placement) const {
2727 return comments_ != 0 && comments_[placement].comment_ != 0;
2728}
2729
2730std::string Value::getComment(CommentPlacement placement) const {
2731 if (hasComment(placement))

Callers 3

hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected