| 130 | bool Unregister(id_t id); |
| 131 | void Enable(); |
| 132 | void Clear() { ClearInternal(false); } |
| 133 | void Disable() { ClearInternal(true); } |
| 134 | bool Store(id_t id, const BYTE* ptr, size_t len); |
| 135 | bool Retrieve(id_t id, const vector<KeyBuf>& kbmb); |
no outgoing calls
no test coverage detected