MCPcopy
hub / github.com/prisma/prisma / allEngineEnvVarsSet

Function allEngineEnvVarsSet

packages/fetch-engine/src/env.ts:73–81  ·  view source on GitHub ↗
(binaries: string[])

Source from the content-addressed store, hash-verified

71}
72
73export function allEngineEnvVarsSet(binaries: string[]): boolean {
74 for (const binaryType of binaries) {
75 if (!getBinaryEnvVarPath(binaryType as BinaryType)) {
76 return false
77 }
78 }
79
80 return true
81}

Callers 1

downloadFunction · 0.90

Calls 1

getBinaryEnvVarPathFunction · 0.85

Tested by

no test coverage detected