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

Method upTo

API/fleece/slice.hh:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563
564
565 inline slice pure_slice::upTo(const void* pos) const noexcept {
566 return slice(buf, check(pos));
567 }
568
569 inline slice pure_slice::from(const void* pos) const noexcept {
570 return slice(check(pos), end());

Callers

nothing calls this directly

Calls 1

sliceClass · 0.85

Tested by

no test coverage detected