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

Method write

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

Source from the content-addressed store, hash-verified

470
471 template <class T>
472 inline void write(slice_NONNULL key, T value) {writeKey(key); *this << value;}
473
474 inline void writeRaw(slice data) {FLEncoder_WriteRaw(_enc, data);}
475

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected