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

Method finish

API/fleece/Fleece.hh:520–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 bool writeNSObject(id obj) {return FLEncoder_WriteNSObject(_enc, obj);}
519 Encoder& operator<< (id obj) {writeNSObject(obj); return *this;}
520 NSData* finish(NSError **err) {return FLEncoder_FinishWithNSData(_enc, err);}
521#endif
522
523 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected