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

Method getMutableDict

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

Source from the content-addressed store, hash-verified

261 inline MutableArray MutableArray::getMutableArray(uint32_t i)
262 {return FLMutableArray_GetMutableArray(*this, i);}
263 inline MutableDict MutableArray::getMutableDict(uint32_t i)
264 {return FLMutableArray_GetMutableDict(*this, i);}
265 inline MutableArray MutableDict::getMutableArray(slice key)
266 {return FLMutableDict_GetMutableArray(*this, key);}
267 inline MutableDict MutableDict::getMutableDict(slice key)

Callers 1

MutableTests.ccFile · 0.45

Calls 2

Tested by

no test coverage detected