Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openscopeproject/InteractiveHtmlBom
/ updateNetColors
Function
updateNetColors
InteractiveHtmlBom/web/ibom.js:284–287 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
282
}
283
284
function
updateNetColors() {
285
writeStorage(
"netColors"
, JSON.stringify(settings.netColors));
286
redrawIfInitDone();
287
}
288
289
function
netColorChangeHandler(net) {
290
return
(event) => {
Callers
2
netColorChangeHandler
Function · 0.85
netColorRightClick
Function · 0.85
Calls
2
writeStorage
Function · 0.85
redrawIfInitDone
Function · 0.85
Tested by
no test coverage detected