MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / zonesVisible

Function zonesVisible

InteractiveHtmlBom/web/ibom.js:53–57  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

51}
52
53function zonesVisible(value) {
54 writeStorage("zonesVisible", value);
55 settings.renderZones = value;
56 redrawIfInitDone();
57}
58
59function dnpOutline(value) {
60 writeStorage("dnpOutline", value);

Callers 2

overwriteSettingsFunction · 0.85
initDefaultsFunction · 0.85

Calls 2

writeStorageFunction · 0.85
redrawIfInitDoneFunction · 0.85

Tested by

no test coverage detected