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

Method comments

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

Source from the content-addressed store, hash-verified

1164interface HTMLRewriterElementContentHandlers {
1165 element?(element: Element): void | Promise<void>;
1166 comments?(comment: Comment): void | Promise<void>;
1167 text?(element: Text): void | Promise<void>;
1168}
1169interface HTMLRewriterDocumentContentHandlers {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected