| 82 | static Retained<HeapCollection> mutableCopy(const Value *v, tags ifType); |
| 83 | |
| 84 | bool isChanged() const FLPURE {return _changed;} |
| 85 | |
| 86 | protected: |
| 87 | HeapCollection(internal::tags tag) |
nothing calls this directly
no outgoing calls
no test coverage detected