()
| 58417 | this._loadConfiguration(); |
| 58418 | } |
| 58419 | getConfiguration() { |
| 58420 | return this.config; |
| 58421 | } |
| 58422 | setConfiguration(configuration) { |
| 58423 | this.config = {}; |
| 58424 | return this.updateConfiguration(configuration); |
nothing calls this directly
no outgoing calls
no test coverage detected