| 3858 | } |
| 3859 | |
| 3860 | bool Value::hasComment(CommentPlacement placement) const { |
| 3861 | return comments_.has(placement); |
| 3862 | } |
| 3863 | |
| 3864 | String Value::getComment(CommentPlacement placement) const { |
| 3865 | return comments_.get(placement); |
no test coverage detected