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

Function flush

packages/cli/src/whisper/normalize.ts:381–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379 let current: Cue | undefined;
380
381 const flush = (): void => {
382 pushCue(cues, current);
383 current = undefined;
384 };
385
386 for (const word of words) {
387 const text = word.text.trim();

Callers 1

wordsToCuesFunction · 0.70

Calls 1

pushCueFunction · 0.85

Tested by

no test coverage detected