MCPcopy 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

encodeToMethod · 0.45
popMethod · 0.45
_writeMethod · 0.45
_patchArrayMethod · 0.45
writeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected