MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / controls.test.ts

File controls.test.ts

packages/player/src/controls.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi } from "vitest";
2import { type ControlsCallbacks, createControls } from "./controls";
3
4function noopCallbacks(): ControlsCallbacks {

Callers

nothing calls this directly

Calls 6

createControlsFunction · 0.90
noopCallbacksFunction · 0.85
addMethod · 0.80
setMethod · 0.65
querySelectorMethod · 0.65
destroyMethod · 0.45

Tested by

no test coverage detected