MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / hasComment

Method hasComment

src/jsoncpp.cpp:3811–3813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3809}
3810
3811bool Value::hasComment(CommentPlacement placement) const {
3812 return comments_ != 0 && comments_[placement].comment_ != 0;
3813}
3814
3815std::string Value::getComment(CommentPlacement placement) const {
3816 if (hasComment(placement))

Callers 3

hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected