| 1420 | } |
| 1421 | |
| 1422 | bool Value::hasComment(CommentPlacement placement) const { |
| 1423 | return comments_.has(placement); |
| 1424 | } |
| 1425 | |
| 1426 | String Value::getComment(CommentPlacement placement) const { |
| 1427 | return comments_.get(placement); |
no test coverage detected