MCPcopy Create free account
hub / github.com/prisma/prisma-examples / replace

Method replace

orm/cloudflare-workers/worker-configuration.d.ts:1522–1522  ·  view source on GitHub ↗
(content: string | ReadableStream | Response, options?: ContentOptions)

Source from the content-addressed store, hash-verified

1520 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1521 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1522 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1523 remove(): Text;
1524}
1525interface DocumentEnd {

Callers 2

testExampleFunction · 0.65
getUserIdFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected