Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ write
Method
write
packages/ts-builders/src/StringLiteralType.ts:27–29 ·
view source on GitHub ↗
(writer: Writer)
Source
from the content-addressed store, hash-verified
25
}
26
27
override write(writer: Writer): void {
28
writer.write(this.#
type
)
29
}
30
}
31
32
export
function
stringLiteral(content: string) {
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected