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

Method set

Fleece/Mutable/MutableArray.hh:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template <typename T>
51 void set(uint32_t index, T t) {heapArray()->set(index, t);}
52
53 // Warning: Changing the size of a MutableArray invalidates pointers to items that are
54 // small scalar values, and also invalidates iterators.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected