(f)
| 521 | return setFrame_0(_temp); |
| 522 | } |
| 523 | function _temp(f) { |
| 524 | return (f + 1) % TITLE_ANIMATION_FRAMES.length; |
| 525 | } |
| 526 | export type Props = { |
| 527 | commands: Command[]; |
| 528 | debug: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected