MCPcopy Create free account
hub / github.com/Samsung/ONE / setOffsetStart

Method setOffsetStart

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4147–4147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4145String Value::getComment(CommentPlacement placement) const { return comments_.get(placement); }
4146
4147void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
4148
4149void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
4150

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