MCPcopy 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
59function dnpOutline(value) {
60 writeStorage("dnpOutline", value);
61 settings.renderDnpOutline = value;
62 redrawIfInitDone();
63}
64
65function setDarkMode(value) {
66 if (value) {

Callers 1

overwriteSettingsFunction · 0.85

Calls 2

writeStorageFunction · 0.85
redrawIfInitDoneFunction · 0.85

Tested by

no test coverage detected