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

Method replace

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected