MCPcopy Create free account
hub / github.com/vercel/vercel / unit.finalize-lambda.test.ts

File unit.finalize-lambda.test.ts

packages/build-utils/test/unit.finalize-lambda.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { finalizeLambda } from '../src/finalize-lambda';
3import type { TraceFn } from '../src/finalize-lambda';
4import { NodejsLambda } from '../src/nodejs-lambda';

Callers

nothing calls this directly

Calls 6

finalizeLambdaFunction · 0.90
sha256Function · 0.90
createBasicLambdaFunction · 0.85
createNodejsLambdaFunction · 0.85
toStringMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected