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

Function getEnvironmentMessage

packages/cli/test/dev/utils.ts:394–399  ·  view source on GitHub ↗
(isDev: boolean)

Source from the content-addressed store, hash-verified

392}
393
394function getEnvironmentMessage(isDev: boolean): string {
395 if (isDev) {
396 return 'FROM DEV SERVER';
397 }
398 return `FROM DEPLOYMENT`;
399}
400
401export async function testFixture(
402 directory: string,

Callers 1

testPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected