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

Function emitJsonEvent

packages/cli/src/commands/batchRender.ts:307–309  ·  view source on GitHub ↗
(event: Record<string, unknown>, json: boolean)

Source from the content-addressed store, hash-verified

305}
306
307function emitJsonEvent(event: Record<string, unknown>, json: boolean): void {
308 if (json) console.log(JSON.stringify(event));
309}
310
311async function renderBatchRow(
312 row: PreparedBatchRow,

Callers 2

renderBatchRowFunction · 0.85
runBatchRenderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected