MCPcopy 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
284function updateNetColors() {
285 writeStorage("netColors", JSON.stringify(settings.netColors));
286 redrawIfInitDone();
287}
288
289function netColorChangeHandler(net) {
290 return (event) => {

Callers 2

netColorChangeHandlerFunction · 0.85
netColorRightClickFunction · 0.85

Calls 2

writeStorageFunction · 0.85
redrawIfInitDoneFunction · 0.85

Tested by

no test coverage detected