| 31 | Retained<MutableDict> copy(CopyFlags f =kDefaultCopy) {return newDict(this, f);} |
| 32 | |
| 33 | const Dict* source() const {return heapDict()->_source;} |
| 34 | bool isChanged() const {return heapDict()->isChanged();} |
| 35 | void setChanged(bool changed) {heapDict()->setChanged(changed);} |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected