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

Function logInitPhase

packages/engine/src/services/frameCapture.ts:975–977  ·  view source on GitHub ↗
(phase: string)

Source from the content-addressed store, hash-verified

973 session.config?.pageNavigationTimeout ?? DEFAULT_CONFIG.pageNavigationTimeout;
974 const initStart = Date.now();
975 const logInitPhase = (phase: string) => {
976 console.log(`[initSession:${session.captureMode}] ${phase} (${Date.now() - initStart}ms)`);
977 };
978 const gotoEntryPage = async (): Promise<void> => {
979 appendBrowserDiagnostic(
980 session,

Callers 3

gotoEntryPageFunction · 0.85
initializeSessionFunction · 0.85
armStaticDedupFunction · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected