(identifier: Identifier, value: any)
| 53 | } |
| 54 | |
| 55 | set(identifier: Identifier, value: any): boolean { |
| 56 | return this.config.set(identifier, value); |
| 57 | } |
| 58 | |
| 59 | restoreMultiDefault(optionType: MenuActionType | Category) { |
| 60 | const keys = this.action.getKeys(optionType); |
no outgoing calls
no test coverage detected