| 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*); |
nothing calls this directly
no outgoing calls
no test coverage detected