MCPcopy Create free account
hub / github.com/Illumina/hap.py / getOffsetStart

Method getOffsetStart

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

Source from the content-addressed store, hash-verified

2768void Value::setOffsetLimit(size_t limit) { limit_ = limit; }
2769
2770size_t Value::getOffsetStart() const { return start_; }
2771
2772size_t Value::getOffsetLimit() const { return limit_; }
2773

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected