MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / everMatched

Function everMatched

packages/cli/src/utils/motionAudit.ts:50–52  ·  view source on GitHub ↗
(frames: MotionFrame[], selector: string)

Source from the content-addressed store, hash-verified

48}
49
50function 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. */
55function firstAppear(

Callers 3

appearsByFunction · 0.85
beforeFunction · 0.85
staysInFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected