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

Method text

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected