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

Method element

worker-configuration.d.ts:1165–1165  ·  view source on GitHub ↗
(element: Element)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected