MCPcopy Create free account
hub / github.com/fmhy/edit / text

Method text

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

Source from the content-addressed store, hash-verified

1814 doctype?(doctype: Doctype): void | Promise<void>
1815 comments?(comment: Comment): void | Promise<void>
1816 text?(text: Text): void | Promise<void>
1817 end?(end: DocumentEnd): void | Promise<void>
1818}
1819interface Doctype {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected