MCPcopy Create free account
hub / github.com/SOUI2/soui / getOffsetStart

Method getOffsetStart

third-part/jsoncpp/src/lib_json/json_value.cpp:1450–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
1449
1450ptrdiff_t Value::getOffsetStart() const { return start_; }
1451
1452ptrdiff_t Value::getOffsetLimit() const { return limit_; }
1453

Callers 2

pushErrorMethod · 0.80
JSONTEST_FIXTUREFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected