| 159 | |
| 160 | bool loadFrom(const Value *state) override; |
| 161 | bool loadFrom(slice stateData) {return SharedKeys::loadFrom(stateData);} |
| 162 | |
| 163 | /** Updates state from persistent storage. Not usually necessary. */ |
| 164 | virtual bool refresh() override; |
nothing calls this directly
no outgoing calls
no test coverage detected