The immutable Array this instance was constructed from (if any). */
| 105 | |
| 106 | /** The immutable Array this instance was constructed from (if any). */ |
| 107 | Array source() const {return FLMutableArray_GetSource(*this);} |
| 108 | |
| 109 | /** True if this array has been modified since it was created. */ |
| 110 | bool isChanged() const {return FLMutableArray_IsChanged(*this);} |
nothing calls this directly
no test coverage detected