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

Method pointerOffset

Tests/EncoderTests.cc:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 template <bool WIDE>
54 uint32_t pointerOffset(const Value *v) const noexcept {
55 return v->_asPointer()->offset<WIDE>();
56 }
57
58 void checkOutput(const char *expected) {
59 endEncoding();

Callers

nothing calls this directly

Calls 1

_asPointerMethod · 0.80

Tested by

no test coverage detected