Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/prisma/prisma-examples
/ close
Method
close
orm/cloudflare-workers/worker-configuration.d.ts:3118–3118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3116
get upgraded(): boolean;
3117
get secureTransport():
"on"
|
"off"
|
"starttls"
;
3118
close(): Promise<void>;
3119
startTls(options?: TlsOptions): Socket;
3120
}
3121
interface
SocketOptions {
Callers
1
testExample
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected