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

Method asMutable

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

Source from the content-addressed store, hash-verified

268 {return FLMutableDict_GetMutableDict(*this, key);}
269
270 inline MutableArray Array::asMutable() const {
271 return MutableArray(FLArray_AsMutable(*this));
272 }
273
274 inline MutableDict Dict::asMutable() const {
275 return MutableDict(FLDict_AsMutable(*this));

Callers

nothing calls this directly

Calls 4

FLArray_AsMutableFunction · 0.85
FLDict_AsMutableFunction · 0.85
MutableArrayClass · 0.70
MutableDictClass · 0.70

Tested by

no test coverage detected