MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / setAttribute

Function setAttribute

app/services/tdc_vm_runner.cjs:68–70  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

66 removeChild() {},
67 insertBefore() {},
68 setAttribute(name, value) {
69 this.attributes[name] = String(value);
70 },
71 getAttribute(name) {
72 return this.attributes[name] ?? null;
73 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected