MCPcopy Create free account
hub / github.com/cloudflare/computer / replace

Method replace

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

Source from the content-addressed store, hash-verified

1580 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1581 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1582 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1583 remove(): Text;
1584}
1585interface DocumentEnd {

Callers 15

rowsForMethod · 0.65
normFunction · 0.65
toHostPathFunction · 0.65
toVfsPathFunction · 0.65
handleConnectFunction · 0.65
shellQuoteFunction · 0.65
normaliseMountPointFunction · 0.65
shellQuoteFunction · 0.65
safeErrorMessageFunction · 0.65
normalizeToLFFunction · 0.65
restoreLineEndingsFunction · 0.65

Calls

no outgoing calls

Tested by 3

normFunction · 0.52
editFunction · 0.52
runDocsCheckFunction · 0.52