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

Function tryCall

packages/cli/src/commands/motionShot.ts:159–165  ·  view source on GitHub ↗
(fn: () => void)

Source from the content-addressed store, hash-verified

157// global once, up front).
158function seekAllAdaptersInBrowser(tt: number): void {
159 const tryCall = (fn: () => void): void => {
160 try {
161 fn();
162 } catch {
163 /* best-effort */
164 }
165 };
166 const w = window as unknown as {
167 __player?: { renderSeek?: (t: number) => void; seek?: (t: number) => void };
168 __hfThreeTime?: number;

Callers 1

seekAllAdaptersInBrowserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected