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

Function registerRuntimeCleanup

packages/core/src/runtime/init.ts:173–175  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

171 }
172
173 const registerRuntimeCleanup = (callback: () => void) => {
174 runtimeCleanupCallbacks.push(callback);
175 };
176 const postRuntimeDiagnosticOnce = (
177 code: string,
178 details: Record<string, RuntimeJson>,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected