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

Method write

Fleece/Support/Writer.hh:41–41  ·  view source on GitHub ↗

Writes data. Returns a pointer to where the data got written to.

Source from the content-addressed store, hash-verified

39
40 /// Writes data. Returns a pointer to where the data got written to.
41 const void* write(slice s) {return _write(s.buf, s.size);}
42
43 const void* write(const void* data NONNULL, size_t length) {return _write(data, length);}
44

Callers

nothing calls this directly

Calls 1

moveStartMethod · 0.80

Tested by

no test coverage detected