| 35 | void setChanged(bool changed) {heapDict()->setChanged(changed);} |
| 36 | |
| 37 | const Value* get(slice keyToFind) const noexcept {return heapDict()->get(keyToFind);} |
| 38 | |
| 39 | // Warning: Modifying a MutableDict invalidates all Dict::iterators on it! |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected