MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / doDel

Function doDel

example/tests/gm_value_test.js:152–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 async function doDel() {
153 await GM_deleteValue(myKey);
154 iLog(`🗑 Deleted <b>${escHtml(myKey)}</b>`, 'warn');
155 await pushKV();
156 }
157
158 function registerAllListeners() {
159 for (const key of ALL_KEYS) {

Callers 1

gm_value_test.jsFile · 0.85

Calls 3

iLogFunction · 0.85
escHtmlFunction · 0.85
pushKVFunction · 0.85

Tested by

no test coverage detected