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

Method finish

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

Returns the encoded data. */

Source from the content-addressed store, hash-verified

37
38 /** Returns the encoded data. */
39 alloc_slice finish() {return _out.finish();}
40
41 /** Resets the encoder so it can be used again. */
42 void reset() {_out.reset(); _first = true;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected