| 4145 | String Value::getComment(CommentPlacement placement) const { return comments_.get(placement); } |
| 4146 | |
| 4147 | void Value::setOffsetStart(ptrdiff_t start) { start_ = start; } |
| 4148 | |
| 4149 | void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; } |
| 4150 |
no outgoing calls
no test coverage detected