| 3447 | } |
| 3448 | |
| 3449 | bool Value::hasComment(CommentPlacement placement) const { |
| 3450 | return comments_ != 0 && comments_[placement].comment_ != 0; |
| 3451 | } |
| 3452 | |
| 3453 | std::string Value::getComment(CommentPlacement placement) const { |
| 3454 | if (hasComment(placement)) |
no outgoing calls
no test coverage detected