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

Function HTM_saveStorageKey

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

Source from the content-addressed store, hash-verified

856 };
857
858 var HTM_saveStorageKey = function(key) {
859 storagePort.postMessage({ method: "saveStorageKey",
860 name: TM_context_name,
861 key: key,
862 value: TM_context_storage.data[key],
863 id: TM_context_id,
864 ts: TM_context_storage.ts });
865 if (V) console.log("env: saveStorageKey - config key " + key + ": " + TM_context_storage.data[key]);
866 };
867
868 var TM_saveStorageKey = function(key) {
869 HTM_saveStorageKey(key);

Callers 1

TM_saveStorageKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…