MCPcopy
hub / github.com/xcanwin/KeepChatGPT / sv

Function sv

KeepChatGPT.user.js:100–102  ·  view source on GitHub ↗
(key, value = "")

Source from the content-addressed store, hash-verified

98 };
99
100 const sv = function (key, value = "") {
101 GM_setValue(key, value);
102 };
103
104 const gv = function (key, value = "") {
105 return GM_getValue(key, value);

Callers 3

loadMenuFunction · 0.85
setUserOptionsFunction · 0.85
fixOpenaiBUGFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected