MCPcopy Index your code
hub / github.com/MALSync/MALSync / removeFromOptions

Function removeFromOptions

src/utils/quicklinksBuilder.ts:243–246  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

241}
242
243export function removeFromOptions(key) {
244 const options = api.settings.get('quicklinks');
245 api.settings.set('quicklinks', removeOptionKey(options, key));
246}
247
248export function getPages() {
249 return quicklinkPages;

Callers 3

malToKissMethod · 0.90
malToKissMethod · 0.90
malToKissMethod · 0.90

Calls 3

removeOptionKeyFunction · 0.85
getMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected