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

Method writeUndefined

Fleece/Support/JSONEncoder.hh:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 void beginArray(size_t) {beginArray();}
101 void beginDictionary(size_t) {beginDictionary();}
102 void writeUndefined() {
103 FleeceException::_throw(JSONError, "Cannot write `undefined` to JSON encoder");
104 }
105
106 private:
107 void writeDict(const Dict*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected