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

Method remove

worker-configuration.d.ts:1194–1194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1192 append(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1193 replace(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1194 remove(): Element;
1195 removeAndKeepContent(): Element;
1196 setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1197 onEndTag(handler: (tag: EndTag) => void | Promise<void>): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected