Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ namedImport
Function
namedImport
packages/ts-builders/src/Import.ts:118–120 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
116
}
117
118
export
function
namedImport(name: string) {
119
return
new
NamedImport(name)
120
}
Callers
1
Import.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected