Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ keyref
Method
keyref
API/fleece/Mutable.hh:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
class keyref : public Value {
58
public:
59
keyref(Collection &coll, Key key) :Value(coll.get(key)), _coll(coll), _key(key) { }
60
template <class T>
61
void operator= (const keyref &ref) {_coll.set(_key, ref);}
62
template <class T>
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected