MCPcopy
hub / github.com/prisma/prisma / init

Method init

packages/migrate/src/SchemaEngineCLI.ts:366–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 }
365
366 private init(): Promise<void> {
367 if (!this.initPromise) {
368 this.initPromise = this.internalInit()
369 }
370
371 return this.initPromise
372 }
373
374 private internalInit(): Promise<void> {
375 // eslint-disable-next-line no-async-promise-executor

Callers 1

runCommandMethod · 0.95

Calls 1

internalInitMethod · 0.95

Tested by

no test coverage detected