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

Method endEncoding

Tests/EncoderTests.cc:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 alloc_slice result;
45
46 void endEncoding() {
47 enc.end();
48 result = enc.finish();
49 REQUIRE(result);
50 enc.reset();
51 }
52
53 template <bool WIDE>
54 uint32_t pointerOffset(const Value *v) const noexcept {

Callers

nothing calls this directly

Calls 3

endMethod · 0.45
finishMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected