()
| 420 | * Removes all collection data from the configured storage |
| 421 | */ |
| 422 | const clearStorage: ClearStorageFn = (): void => { |
| 423 | storage.removeItem(config.storageKey) |
| 424 | } |
| 425 | |
| 426 | /** |
| 427 | * Get the size of the stored data in bytes (approximate) |
nothing calls this directly
no test coverage detected