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

Method reset

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

Resets the encoder so it can be used again. */

Source from the content-addressed store, hash-verified

40
41 /** Resets the encoder so it can be used again. */
42 void reset() {_out.reset(); _first = true;}
43
44 /////// Writing data:
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected