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

Method addedKey

Fleece/Core/Encoder.cc:669–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667 }
668
669 void Encoder::addedKey(FLSlice str) {
670 // Note: str will be nullslice iff the key is numeric
671 _items->keys.push_back(str);
672 }
673
674 void Encoder::push(tags tag, size_t reserve) {
675 if (_usuallyFalse(_stackDepth == 0))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected