| 2768 | void Value::setOffsetLimit(size_t limit) { limit_ = limit; } |
| 2769 | |
| 2770 | size_t Value::getOffsetStart() const { return start_; } |
| 2771 | |
| 2772 | size_t Value::getOffsetLimit() const { return limit_; } |
| 2773 |
nothing calls this directly
no outgoing calls
no test coverage detected