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

Function getAllActiveScriptIds

scripts/helpers/utils.js:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207export async function getAllActiveScriptIds() {
208 return await Storage.get(listActiveScriptsKey, []);
209}
210
211export async function toggleActiveScript(scriptId) {
212 let current = await isActiveScript(scriptId);

Callers 4

restoreFunction · 0.90
cacheActiveScriptIdsFunction · 0.85
setActiveScriptFunction · 0.85
isActiveScriptFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected