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

Interface Text

worker-configuration.d.ts:1213–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211 remove(): Comment;
1212}
1213interface Text {
1214 readonly text: string;
1215 readonly lastInTextNode: boolean;
1216 readonly removed: boolean;
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 {
1223 append(content: string, options?: ContentOptions): DocumentEnd;
1224}

Callers 9

getRepoDataFromUrlFunction · 0.65
generateSearchToolNameFunction · 0.65
generateFetchToolNameFunction · 0.65
ContentFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected