| 330 | bool loadState(slice data) {return FLSharedKeys_LoadStateData(_sk, data);} |
| 331 | bool loadState(Value state) {return FLSharedKeys_LoadState(_sk, state);} |
| 332 | alloc_slice stateData() const {return FLSharedKeys_GetStateData(_sk);} |
| 333 | inline void writeState(const Encoder &enc); |
| 334 | unsigned count() const {return FLSharedKeys_Count(_sk);} |
| 335 | void revertToCount(unsigned count) {FLSharedKeys_RevertToCount(_sk, count);} |
nothing calls this directly
no test coverage detected