MCPcopy
hub / github.com/cloudflare/mcp-server-cloudflare / replace

Method replace

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

Source from the content-addressed store, hash-verified

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

Callers 12

sanitizeHtmlFunction · 0.65
base64urlEncodeFunction · 0.65
parseRelativeTimeFunction · 0.65
sourceToUrlFunction · 0.65
sourceToUrlFunction · 0.65
extractTitleFunction · 0.65
get_file_name_from_pathFunction · 0.65
proxyFetchFunction · 0.65
setupCalendarActionsFunction · 0.65
parseDateTimeFunction · 0.65
registerRadarToolsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected