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

Method writeRaw

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

Source from the content-addressed store, hash-verified

533 public:
534 JSONEncoder() :Encoder(kFLEncodeJSON) { }
535 inline bool writeRaw(slice raw) {return FLEncoder_WriteRaw(_enc, raw);}
536 };
537
538 /** Subclass of Encoder that generates JSON5 (an variant of JSON with cleaner syntax.) */

Callers

nothing calls this directly

Calls 1

FLEncoder_WriteRawFunction · 0.85

Tested by

no test coverage detected