()
| 151 | ); |
| 152 | } |
| 153 | unwrapData() { |
| 154 | return [ |
| 155 | this.store!.get('data').delete('wrapped_cursor_data'), |
| 156 | this.updateStore('data', (data: Map<string, unknown>) => data.get('wrapped_cursor_data')), |
| 157 | ] as [Map<string, unknown>, Cursor]; |
| 158 | } |
| 159 | clearData() { |
| 160 | return this.updateStore('data', () => Map()); |
| 161 | } |
no test coverage detected