Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
function
zonesVisible(value) {
54
writeStorage(
"zonesVisible"
, value);
55
settings.renderZones = value;
56
redrawIfInitDone();
57
}
58
59
function
dnpOutline(value) {
60
writeStorage(
"dnpOutline"
, value);
Callers
2
overwriteSettings
Function · 0.85
initDefaults
Function · 0.85
Calls
2
writeStorage
Function · 0.85
redrawIfInitDone
Function · 0.85
Tested by
no test coverage detected