Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zxlie/FeHelper
/ remove
Function
remove
apps/background/awesome.js:45–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
let
remove = keyArr => {
46
return
new
Promise((resolve, reject) => {
47
keyArr = [].concat(keyArr);
48
chrome.storage.local.remove(keyArr, () => {
49
resolve();
50
});
51
});
52
};
53
54
return
{get, set, remove};
55
})();
Callers
nothing calls this directly
Calls
2
remove
Method · 0.80
resolve
Function · 0.50
Tested by
no test coverage detected