Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ write
Method
write
packages/ts-builders/src/StringLiteralType.ts:10–12 ·
view source on GitHub ↗
(writer: Writer)
Source
from the content-addressed store, hash-verified
8
}
9
10
write(writer: Writer): void {
11
writer.write(JSON.stringify(this.content))
12
}
13
14
asValue(): StringLiteralValue {
15
return
new
StringLiteralValue(this)
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected