Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ write
Method
write
packages/ts-builders/src/KeyType.ts:11–15 ·
view source on GitHub ↗
(writer: Writer)
Source
from the content-addressed store, hash-verified
9
super()
10
}
11
write(writer: Writer): void {
12
this.baseType.writeIndexed(writer)
13
14
writer.write(
'['
).write(`
"${this.key}"
`).write(
']'
)
15
}
16
}
17
18
export
function
keyType(baseType: TypeBuilder, key: string) {
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected