MCPcopy Create free account
hub / github.com/RoadToDream/ZotMeta / setAttribute

Method setAttribute

tests/run-tests.js:227–229  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

225 }
226
227 setAttribute(name, value) {
228 this.attributes[name] = value;
229 }
230
231 addEventListener(name, listener) {
232 this.listeners[name] = listener;

Callers 5

renderActivityFunction · 0.80
renderProjectInfoFunction · 0.80
addToWindowFunction · 0.80
addToolsMenuItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected