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

Function silkscreenVisible

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

Source from the content-addressed store, hash-verified

122}
123
124function silkscreenVisible(value) {
125 writeStorage("silkscreenVisible", value);
126 settings.renderSilkscreen = value;
127 redrawIfInitDone();
128}
129
130function setHighlightPin1(value) {
131 writeStorage("highlightpin1", value);

Callers 1

overwriteSettingsFunction · 0.85

Calls 2

writeStorageFunction · 0.85
redrawIfInitDoneFunction · 0.85

Tested by

no test coverage detected