(handler)
| 61 | |
| 62 | export let addExampleHandler; |
| 63 | export function setExampleHandler(handler) { |
| 64 | addExampleHandler = handler; |
| 65 | } |
| 66 | let mouseDown = false; |
| 67 | const totals = [0, 0, 0, 0]; |
| 68 |
nothing calls this directly
no outgoing calls
no test coverage detected