MCPcopy Create free account
hub / github.com/couchbase/fleece / skipTo

Method skipTo

Fleece/Support/slice_stream.cc:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215
216 void slice_istream::skipTo(const void *pos) {
217 assert_precondition(pos >= buf && pos <= end());
218 setStart(pos);
219 }
220
221
222 void slice_istream::rewindTo(const void *pos) {

Callers

nothing calls this directly

Calls 1

endFunction · 0.85

Tested by

no test coverage detected