(configuration)
| 58420 | return this.config; |
| 58421 | } |
| 58422 | setConfiguration(configuration) { |
| 58423 | this.config = {}; |
| 58424 | return this.updateConfiguration(configuration); |
| 58425 | } |
| 58426 | updateConfiguration(configuration) { |
| 58427 | Object.assign(this.config, configuration); |
| 58428 | if (this.storage) { |
nothing calls this directly
no test coverage detected