Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setData
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected