MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / setOffsetLimit

Method setOffsetLimit

src/jsoncpp.cpp:3823–3823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3821void Value::setOffsetStart(size_t start) { start_ = start; }
3822
3823void Value::setOffsetLimit(size_t limit) { limit_ = limit; }
3824
3825size_t Value::getOffsetStart() const { return start_; }
3826

Callers 4

readValueMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected