| 3821 | void Value::setOffsetStart(size_t start) { start_ = start; } |
| 3822 | |
| 3823 | void Value::setOffsetLimit(size_t limit) { limit_ = limit; } |
| 3824 | |
| 3825 | size_t Value::getOffsetStart() const { return start_; } |
| 3826 |
no outgoing calls
no test coverage detected