MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / setOffsetLimit

Method setOffsetLimit

json/jsoncpp.cpp:3947–3947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3945void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
3946
3947void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3948
3949ptrdiff_t Value::getOffsetStart() const { return start_; }
3950

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected