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

Method remove

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

Source from the content-addressed store, hash-verified

1209 after(content: string, options?: ContentOptions): Comment;
1210 replace(content: string, options?: ContentOptions): Comment;
1211 remove(): Comment;
1212}
1213interface Text {
1214 readonly text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected