MCPcopy Create free account
hub / github.com/couchbase/fleece / operator()

Method operator()

API/fleece/slice.hh:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 }
585
586 inline slice pure_slice::operator()(size_t off, size_t nBytes) const noexcept {
587 assert_precondition(off + nBytes <= size);
588 return slice(offset(off), nBytes);
589 }
590
591
592 inline bool pure_slice::toCString(char *str, size_t bufSize) const noexcept {

Callers

nothing calls this directly

Calls 1

sliceClass · 0.85

Tested by

no test coverage detected