MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / setOffsetLimit

Method setOffsetLimit

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1507–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
1506
1507void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
1508
1509ptrdiff_t Value::getOffsetStart() const { return start_; }
1510

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected