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

Method writeNSObject

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

Source from the content-addressed store, hash-verified

516
517#ifdef __OBJC__
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected