MCPcopy
hub / github.com/prisma/prisma / printSchemaLoadedMessage

Function printSchemaLoadedMessage

packages/internals/src/cli/getSchema.ts:110–112  ·  view source on GitHub ↗
(schemaPath: string)

Source from the content-addressed store, hash-verified

108}
109
110export function printSchemaLoadedMessage(schemaPath: string) {
111 process.stderr.write(dim(`Prisma schema loaded from ${path.relative(process.cwd(), schemaPath)}.`) + '\n')
112}
113
114async function readSchemaFromSingleFile(schemaPath: string): Promise<LookupResult> {
115 debug('Reading schema from single file', schemaPath)

Callers 4

processSchemaResultFunction · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected