Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
end
Method · 0.45
finish
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected