Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ parameter
Function
parameter
packages/ts-builders/src/Parameter.ts:26–28 ·
view source on GitHub ↗
(name: string, type: TypeBuilder)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
parameter(name: string,
type
: TypeBuilder) {
27
return
new
Parameter(name,
type
)
28
}
Callers
5
Method.test.ts
File · 0.90
FunctionType.test.ts
File · 0.90
Parameter.test.ts
File · 0.90
ConditionalType.test.ts
File · 0.90
IntersectionType.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected