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

Function scheduleRenderProcessExit

packages/cli/src/commands/render.ts:1469–1472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1467}
1468
1469function scheduleRenderProcessExit(): void {
1470 const timer = setTimeout(() => process.exit(0), 100);
1471 if (isUnrefableTimer(timer)) timer.unref();
1472}
1473
1474function getMemorySnapshot() {
1475 return {

Callers 2

renderDockerFunction · 0.85
renderLocalFunction · 0.85

Calls 1

isUnrefableTimerFunction · 0.85

Tested by

no test coverage detected