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

Function emitClose

packages/engine/src/services/chunkEncoder.test.ts:87–90  ·  view source on GitHub ↗
(proc: FakeProc, code: number)

Source from the content-addressed store, hash-verified

85}
86
87function emitClose(proc: FakeProc, code: number): void {
88 proc.emit("exit", code);
89 proc.emit("close", code);
90}
91
92async function flushMuxCodecResolution(): Promise<void> {
93 await Promise.resolve();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected