MCPcopy
hub / github.com/prisma/prisma / getProvider

Function getProvider

packages/internals/src/Generator.ts:65–67  ·  view source on GitHub ↗

* Returns the provider name, parsed and resolved from environment variable * if necessary.

()

Source from the content-addressed store, hash-verified

63 * if necessary.
64 */
65 getProvider(): string {
66 return parseEnvValue(this.config.provider)
67 }
68}
69
70export class JsonRpcGenerator extends Generator {

Callers

nothing calls this directly

Calls 1

parseEnvValueFunction · 0.90

Tested by

no test coverage detected