Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openscopeproject/InteractiveHtmlBom
/ dnpOutline
Function
dnpOutline
InteractiveHtmlBom/web/ibom.js:59–63 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
57
}
58
59
function
dnpOutline(value) {
60
writeStorage(
"dnpOutline"
, value);
61
settings.renderDnpOutline = value;
62
redrawIfInitDone();
63
}
64
65
function
setDarkMode(value) {
66
if
(value) {
Callers
1
overwriteSettings
Function · 0.85
Calls
2
writeStorage
Function · 0.85
redrawIfInitDone
Function · 0.85
Tested by
no test coverage detected