Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ buildDMMFList
Function
buildDMMFList
packages/client/src/runtime/core/runtimeDataModel.ts:25–27 ·
view source on GitHub ↗
(map: Record<string, T>)
Source
from the content-addressed store, hash-verified
23
}
24
25
function
buildDMMFList<T>(map: Record<string, T>): Array<T & { name: string }> {
26
return
Object.entries(map).map(([name, props]) => ({ name, ...props }))
27
}
Callers
1
runtimeDataModelToBaseDmmf
Function · 0.85
Calls
1
entries
Method · 0.80
Tested by
no test coverage detected