(commandHandler)
| 23 | |
| 24 | // Only for tests. |
| 25 | setCommandHandler(commandHandler) { |
| 26 | this.commandHandler = commandHandler; |
| 27 | } |
| 28 | |
| 29 | // Reset the key state, optionally retaining the count provided. |
| 30 | reset(countPrefix) { |
no outgoing calls
no test coverage detected