MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / TM_saveStorageKey

Function TM_saveStorageKey

src/environment.js:868–870  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

866 };
867
868 var TM_saveStorageKey = function(key) {
869 HTM_saveStorageKey(key);
870 };
871
872 var TM_notifyValueChangeListeners = function(name, oldVal, newVal, remote) {
873 if (oldVal == newVal) return;

Callers 2

TM_deleteValueFunction · 0.85
TM_setValueFunction · 0.85

Calls 1

HTM_saveStorageKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…