Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ endArray
Method
endArray
Fleece/Core/Encoder.cc:713–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
711
}
712
713
void Encoder::endArray() {
714
endCollection(internal::kArrayTag);
715
}
716
717
void Encoder::endDictionary() {
718
throwIf(!_writingKey, EncodeError,
"need a value"
);
Callers
5
encodeTo
Method · 0.45
pop
Method · 0.45
_write
Method · 0.45
_patchArray
Method · 0.45
writeState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected