MCPcopy Create free account
hub / github.com/Illumina/hap.py / hasComment

Method hasComment

external/jsoncpp/jsoncpp.cpp:2756–2758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2754}
2755
2756bool Value::hasComment(CommentPlacement placement) const {
2757 return comments_ != 0 && comments_[placement].comment_ != 0;
2758}
2759
2760std::string Value::getComment(CommentPlacement placement) const {
2761 if (hasComment(placement))

Callers 3

hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected