()
| 41 | const statusElement = document.getElementById('status'); |
| 42 | |
| 43 | export function startPacman() { |
| 44 | google.pacman.startGameplay(); |
| 45 | } |
| 46 | |
| 47 | export function predictClass(classId) { |
| 48 | google.pacman.keyPressed(CONTROL_CODES[classId]); |
nothing calls this directly
no outgoing calls
no test coverage detected