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

Function formatExtension

packages/aws-lambda/src/formatExtension.ts:25–27  ·  view source on GitHub ↗
(format: DistributedFormat)

Source from the content-addressed store, hash-verified

23};
24
25export function formatExtension(format: DistributedFormat): string {
26 return FORMAT_EXTENSIONS[format];
27}

Callers 3

handleRenderChunkFunction · 0.70
handleAssembleFunction · 0.70
renderToLambdaFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected