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

Method text

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

Source from the content-addressed store, hash-verified

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}
1175interface Doctype {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected