MCPcopy Create free account
hub / github.com/Illumina/paragraph / getOffsetStart

Method getOffsetStart

external/jsoncpp/jsoncpp.cpp:3919–3919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3917void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3918
3919ptrdiff_t Value::getOffsetStart() const { return start_; }
3920
3921ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3922

Callers 1

pushErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected