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

Interface Comment

worker-configuration.d.ts:1205–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203 remove(): EndTag;
1204}
1205interface Comment {
1206 text: string;
1207 readonly removed: boolean;
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 {
1214 readonly text: string;
1215 readonly lastInTextNode: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected