MCPcopy Create free account
hub / github.com/vercel/vercel / example

Function example

packages/cli/test/integration-2.test.ts:27–28  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

25
26const binaryPath = path.resolve(__dirname, `../scripts/start.js`);
27const example = (name: string) =>
28 path.join(__dirname, '..', '..', '..', 'examples', name);
29const session = Math.random().toString(36).split('.')[1];
30
31async function findFilesNamed(

Callers 1

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected