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

Function mergeSampleTimes

packages/cli/src/utils/layoutAudit.ts:295–297  ·  view source on GitHub ↗
(...lists: number[][])

Source from the content-addressed store, hash-verified

293
294/** Merge sample-time lists into one deduplicated ascending list. */
295export function mergeSampleTimes(...lists: number[][]): number[] {
296 return uniqueSortedTimes(lists.flat());
297}
298
299function formatOverflow(overflow: LayoutOverflow): string {
300 return (["left", "right", "top", "bottom"] as const)

Callers 2

runLayoutAuditFunction · 0.85

Calls 1

uniqueSortedTimesFunction · 0.85

Tested by

no test coverage detected