Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/p-e-w/argos
/ removeButtons
Method
removeButtons
argos@pew.worldwidemann.com/extension.js:109–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
removeButtons() {
110
for
(
let
i = 0; i < this.buttons.length; i++) {
111
this.buttons[i].destroy();
112
}
113
this.buttons = [];
114
}
115
}
Callers
2
enable
Method · 0.95
disable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected