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