MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / setAttribute

Method setAttribute

apps/cloud/worker-configuration.d.ts:1701–1701  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

1699 getAttribute(name: string): string | null;
1700 hasAttribute(name: string): boolean;
1701 setAttribute(name: string, value: string): Element;
1702 removeAttribute(name: string): Element;
1703 before(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1704 after(content: string | ReadableStream | Response, options?: ContentOptions): Element;

Callers 1

server.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected