(frames: MotionFrame[], selector: string)
| 48 | } |
| 49 | |
| 50 | function everMatched(frames: MotionFrame[], selector: string): boolean { |
| 51 | return frames.some((frame) => frame.data[selector] != null); |
| 52 | } |
| 53 | |
| 54 | /** First frame where the selector is visible at/above the appear threshold. */ |
| 55 | function firstAppear( |
no outgoing calls
no test coverage detected