MCPcopy Index your code
hub / github.com/spritejs/spritejs / getAttribute

Method getAttribute

src/node/node.js:384–386  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

382 }
383
384 getAttribute(key) {
385 return this.attributes[key];
386 }
387
388 getListeners(type, {capture = false} = {}) {
389 const eventListeners = capture ? _captureEventListeners : _eventListeners;

Callers 6

attrMethod · 0.95
updateTextureFunction · 0.45
node.jsFile · 0.45
updateTextureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected