MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / get

Function get

popup/helpers/storageScripts.js:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 localStorage.setItem(key, "[]");
35 };
36 const get = () => getIds().map((savedScriptId) => metadata[savedScriptId]);
37
38 return { add, remove, has, toggle, clear, getIds, get };
39};

Callers

nothing calls this directly

Calls 1

getIdsFunction · 0.85

Tested by

no test coverage detected