MCPcopy Create free account
hub / github.com/cloudflare/mcp / replace

Method replace

worker-configuration.d.ts:1569–1569  ·  view source on GitHub ↗
(content: string, options?: ContentOptions)

Source from the content-addressed store, hash-verified

1567 doctype?(doctype: Doctype): void | Promise<void>;
1568 comments?(comment: Comment): void | Promise<void>;
1569 text?(text: Text): void | Promise<void>;
1570 end?(end: DocumentEnd): void | Promise<void>;
1571}
1572interface Doctype {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected