Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
243
export
function
removeFromOptions(key) {
244
const
options = api.settings.get(
'quicklinks'
);
245
api.settings.set(
'quicklinks'
, removeOptionKey(options, key));
246
}
247
248
export
function
getPages() {
249
return
quicklinkPages;
Callers
3
malToKiss
Method · 0.90
malToKiss
Method · 0.90
malToKiss
Method · 0.90
Calls
3
removeOptionKey
Function · 0.85
get
Method · 0.65
set
Method · 0.65
Tested by
no test coverage detected