| 4143 | bool Value::hasComment(CommentPlacement placement) const { return comments_.has(placement); } |
| 4144 | |
| 4145 | String Value::getComment(CommentPlacement placement) const { return comments_.get(placement); } |
| 4146 | |
| 4147 | void Value::setOffsetStart(ptrdiff_t start) { start_ = start; } |
| 4148 |
no test coverage detected