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

Method setData

API/fleece/Mutable.hh:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 template <class T>
63 void operator= (const T &value) {_coll.set(_key, value);}
64 void setData(slice value) {_coll.set(_key).setData(value);}
65 void remove() {_coll.remove(_key);}
66
67 operator FLSlot() {return _coll.set(_key);}

Callers

nothing calls this directly

Calls 2

setDataMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected