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

Function writeStorage

InteractiveHtmlBom/web/util.js:32–36  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

30}
31
32function writeStorage(key, value) {
33 if (storage) {
34 storage.setItem(storagePrefix + key, value);
35 }
36}
37
38function fancyDblClickHandler(el, onsingle, ondouble) {
39 return function () {

Callers 15

overwriteSettingsFunction · 0.85
mouseMoveHandlerFunction · 0.85
padsVisibleFunction · 0.85
referencesVisibleFunction · 0.85
valuesVisibleFunction · 0.85
tracksVisibleFunction · 0.85
zonesVisibleFunction · 0.85
dnpOutlineFunction · 0.85
setDarkModeFunction · 0.85
setShowBOMColumnFunction · 0.85
fabricationVisibleFunction · 0.85
silkscreenVisibleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected