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

Function errorMessage

packages/core/src/runtime/colorGrading.ts:451–453  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

449}
450
451function errorMessage(err: unknown): string {
452 return err instanceof Error ? err.message : "LUT failed to load";
453}
454
455function getCubeLut(src: string): LutCacheEntry {
456 const resolved = resolveLutUrl(src);

Callers 8

getCubeLutFunction · 0.85
uploadEntryLutFunction · 0.85
ensureEntryLutFunction · 0.85
parseJsonFunction · 0.85
prepareBatchRenderFunction · 0.85
renderBatchRowFunction · 0.85
printCurrentSelectionFunction · 0.85
printCurrentContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected