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

Function FLMutableArray_New

Fleece/API_Impl/Fleece.cc:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228FLMutableArray FLMutableArray_New(void) FLAPI {
229 return _newMutableArray(nullptr, kFLDefaultCopy);
230}
231
232FLMutableArray FLMutableArray_NewFromJSON(FLString json, FLError* outError) FLAPI {
233 if (outError != nullptr) {

Callers 1

newArrayMethod · 0.85

Calls 1

_newMutableArrayFunction · 0.85

Tested by

no test coverage detected