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

Method append

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

Source from the content-addressed store, hash-verified

1555 after(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1556 prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1557 append(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1558 replace(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1559 remove(): Element;
1560 removeAndKeepContent(): Element;

Callers 4

createAuthHandlersFunction · 0.65
buildParamsFunction · 0.65
handleGetAuditLogsFunction · 0.65
fetchRadarApiFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected