MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / append

Method append

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

Source from the content-addressed store, hash-verified

1704 after(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1705 prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1706 append(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1707 replace(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1708 remove(): Element;
1709 removeAndKeepContent(): Element;

Callers 4

redirectFunction · 0.65
ssr-gate.tsFile · 0.65
withCorsHeadersFunction · 0.65
installFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected