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

Method setOffsetStart

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

Source from the content-addressed store, hash-verified

2764}
2765
2766void Value::setOffsetStart(size_t start) { start_ = start; }
2767
2768void Value::setOffsetLimit(size_t limit) { limit_ = limit; }
2769

Callers 6

readValueMethod · 0.80
readObjectMethod · 0.80
readArrayMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected