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

Method comments

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

Source from the content-addressed store, hash-verified

1169interface HTMLRewriterDocumentContentHandlers {
1170 doctype?(doctype: Doctype): void | Promise<void>;
1171 comments?(comment: Comment): void | Promise<void>;
1172 text?(text: Text): void | Promise<void>;
1173 end?(end: DocumentEnd): void | Promise<void>;
1174}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected