MCPcopy
hub / github.com/reisxd/TizenTube / configWrite

Function configWrite

mods/config.js:37–41  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

35}
36
37export function configWrite(key, value) {
38 console.info('Setting key', key, 'to', value);
39 localConfig[key] = value;
40 window.localStorage[CONFIG_KEY] = JSON.stringify(localConfig);
41}

Callers 2

ui.jsFile · 0.90
speedUI.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected