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

Method append

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

Source from the content-addressed store, hash-verified

1580 readonly removed: boolean;
1581 readonly namespaceURI: string;
1582 getAttribute(name: string): string | null;
1583 hasAttribute(name: string): boolean;
1584 setAttribute(name: string, value: string): Element;
1585 removeAttribute(name: string): Element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected