Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codemistic/Web-Development
/ background.js
File
background.js
background.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
chrome.runtime.onInstalled.addListener(
function
() {
2
chrome.storage.sync.set({ arr: [] });
3
});
4
Callers
nothing calls this directly
Calls
2
get
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected