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

Method asMutableArray

Fleece/Mutable/HeapArray.hh:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 HeapArray(const Array*);
38
39 static MutableArray* asMutableArray(HeapArray *a) {return (MutableArray*)asValue(a);}
40 MutableArray* asMutableArray() const {return (MutableArray*)asValue();}
41
42 uint32_t count() const {return (uint32_t)_items.size();}

Callers 1

newArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected