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

Method valueArray

Fleece/Core/Encoder.hh:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 class valueArray : public smallVector<Value, kInitialCollectionCapacity> {
199 public:
200 valueArray() =default;
201 void reset(internal::tags t) {tag = t; wide = false; keys.clear();}
202
203 internal::tags tag;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected