Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
slice
Class · 0.85
end
Function · 0.85
Tested by
no test coverage detected