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

Method MutableDict

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

Source from the content-addressed store, hash-verified

155 static MutableDict newDict() {return MutableDict(FLMutableDict_New(), false);}
156
157 MutableDict() :Dict() { }
158 MutableDict(FLMutableDict d) :Dict((FLDict)d) {FLMutableDict_Retain(*this);}
159 MutableDict(const MutableDict &d) :Dict((FLDict)d) {FLMutableDict_Retain(*this);}
160 MutableDict(MutableDict &&d) noexcept :Dict((FLDict)d) {d._val = nullptr;}

Callers

nothing calls this directly

Calls 1

FLMutableDict_RetainFunction · 0.85

Tested by

no test coverage detected