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

Method append

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

Source from the content-addressed store, hash-verified

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

Callers 4

onDataMethod · 0.65
execMethod · 0.65
spawnFailedMethod · 0.65
#runModelMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected