()
| 75 | } |
| 76 | |
| 77 | func toggle() interactionStep { |
| 78 | return interactionStep{bytes: []byte("x")} |
| 79 | } |
| 80 | |
| 81 | func down() interactionStep { |
| 82 | return interactionStep{bytes: []byte("\x1b[B")} |
no outgoing calls
no test coverage detected
searching dependent graphs…