↓ 1 callersFunctionprepareCasesForSpecificCase(
config: EvaluationConfig,
outputData: Map<string, Schema>,
referenceData: Map<string, Schema>,
)
frontend/internal-packages/schema-bench/src/workspace/evaluation/evaluation.ts:344
↓ 1 callersFunctionprocessChunk(
chunk: string,
schema: Schema,
parseErrors: ProcessError[],
rawSql: string,
chunkOffset = 0,
)
frontend/packages/schema/src/parser/sql/postgresql/index.ts:60
↓ 1 callersFunctionprocessModelField(
field: DMMF.Field,
model: DMMF.Model,
tableFieldRenaming: Record<string, Record<string, string>>,
)
frontend/packages/schema/src/parser/prisma/parser.ts:90