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

Method writeRaw

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

Source from the content-addressed store, hash-verified

61
62 void writeJSON(slice json) {comma(); _out << json;}
63 void writeRaw(slice raw) {_out << raw;}
64
65#ifdef __OBJC__
66 void writeObjC(id) {FleeceException::_throw(JSONError,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected