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