MCPcopy Create free account
hub / github.com/TanStack/ai / setAttribute

Method setAttribute

examples/sandbox-cloudflare/worker-configuration.d.ts:1837–1837  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

1835 getAttribute(name: string): string | null
1836 hasAttribute(name: string): boolean
1837 setAttribute(name: string, value: string): Element
1838 removeAttribute(name: string): Element
1839 before(
1840 content: string | ReadableStream | Response,

Callers 7

onConfigFunction · 0.80
onChunkFunction · 0.80
onBeforeToolCallFunction · 0.80
onAfterToolCallFunction · 0.80
onAbortFunction · 0.80
closeCancelledFunction · 0.80
onFinishFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected