MCPcopy 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}
3121interface SocketOptions {

Callers 1

testExampleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected