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

Method from

API/fleece/slice.hh:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 }
568
569 inline slice pure_slice::from(const void* pos) const noexcept {
570 return slice(check(pos), end());
571 }
572
573 inline slice pure_slice::upTo(size_t off) const noexcept {
574 return slice(buf, check(off));

Callers

nothing calls this directly

Calls 2

sliceClass · 0.85
endFunction · 0.85

Tested by

no test coverage detected