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

Function getAttribute

app/services/tdc_vm_runner.cjs:71–73  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

69 this.attributes[name] = String(value);
70 },
71 getAttribute(name) {
72 return this.attributes[name] ?? null;
73 },
74 getBoundingClientRect() {
75 return { width: 300, height: 150, top: 0, left: 0, right: 300, bottom: 150 };
76 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected