(classId)
| 45 | } |
| 46 | |
| 47 | export function predictClass(classId) { |
| 48 | google.pacman.keyPressed(CONTROL_CODES[classId]); |
| 49 | document.body.setAttribute('data-active', CONTROLS[classId]); |
| 50 | } |
| 51 | |
| 52 | export function isPredicting() { |
| 53 | statusElement.style.visibility = 'visible'; |
nothing calls this directly
no outgoing calls
no test coverage detected