MCPcopy Create free account
hub / github.com/middleapi/orpc / replace

Method replace

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

Source from the content-addressed store, hash-verified

1512 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1513 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1514 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1515 remove(): Text;
1516}
1517interface DocumentEnd {

Callers 15

encodeMethod · 0.65
decodeEventMessageFunction · 0.65
toNestPatternFunction · 0.65
toOpenAPIPathFunction · 0.65
toRou3PatternFunction · 0.65
escapeHtmlEntitiesMethod · 0.65
escapeJsonForHtmlMethod · 0.65
constructorMethod · 0.65
initMethod · 0.65
stringifyPathMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected