| 3848 | } |
| 3849 | |
| 3850 | bool Value::hasComment(CommentPlacement placement) const { |
| 3851 | return comments_.has(placement); |
| 3852 | } |
| 3853 | |
| 3854 | String Value::getComment(CommentPlacement placement) const { |
| 3855 | return comments_.get(placement); |
no test coverage detected