()
| 42 | } |
| 43 | |
| 44 | export function markReturnKeySeen(): void { |
| 45 | hasSeenReturnKey = true |
| 46 | } |
| 47 | |
| 48 | export function markReturnKeySeenForKey(key: EnterDetectionKey): void { |
| 49 | if (shouldMarkReturnKeySeen(key)) { |
no outgoing calls
no test coverage detected