Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderActivity
Function · 0.80
renderProjectInfo
Function · 0.80
addToWindow
Function · 0.80
addToolsMenuItem
Function · 0.80
createModernProgressHandle
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected