| 3843 | } |
| 3844 | |
| 3845 | bool Value::hasComment(CommentPlacement placement) const { |
| 3846 | return comments_ != 0 && comments_[placement].comment_ != 0; |
| 3847 | } |
| 3848 | |
| 3849 | JSONCPP_STRING Value::getComment(CommentPlacement placement) const { |
| 3850 | if (hasComment(placement)) |
no outgoing calls
no test coverage detected