MCPcopy Index your code
hub / github.com/idosal/git-mcp / replace

Method replace

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

Source from the content-addressed store, hash-verified

1217 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1218 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1219 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1220 remove(): Text;
1221}
1222interface DocumentEnd {

Callers 14

getRepoDataFromUrlFunction · 0.65
generateSearchToolNameFunction · 0.65
generateFetchToolNameFunction · 0.65
extractKeywordsFunction · 0.65
ContentFunction · 0.65
handleSubmitFunction · 0.65
withBoldFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected