MCPcopy Create free account
hub / github.com/idosal/git-mcp / prepend

Method prepend

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

Source from the content-addressed store, hash-verified

1189 before(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1190 after(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1191 prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1192 append(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1193 replace(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1194 remove(): Element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected