(id?: string)
| 50 | } |
| 51 | |
| 52 | getKeyValueStore(id?: string) { |
| 53 | return this.storage.keyValueStore(id ?? Configuration.getGlobalConfig().get('defaultKeyValueStoreId')); |
| 54 | } |
| 55 | |
| 56 | async getState() { |
| 57 | return await this.getKeyValueStore().getRecord('CRAWLEE_STATE'); |
no test coverage detected