| 42 | |
| 43 | template <typename T> |
| 44 | void set(slice key, T value) {heapDict()->set(key, value);} |
| 45 | |
| 46 | void remove(slice key) {heapDict()->remove(key);} |
| 47 | void removeAll() {heapDict()->removeAll();} |
nothing calls this directly
no outgoing calls
no test coverage detected