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

Method valueOffset

Fleece/Tree/HashTree+Internal.hh:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 uint32_t keyOffset() const {return _keyOffset;}
68 uint32_t valueOffset() const {return _keyOffset;}
69
70 Leaf(uint32_t keyPos, uint32_t valuePos)
71 :_keyOffset(keyPos)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected