MCPcopy Index your code
hub / github.com/ClearURLs/Addon / genesis

Function genesis

core_js/storage.js:109–125  ·  view source on GitHub ↗

* Start sequence for ClearURLs.

()

Source from the content-addressed store, hash-verified

107 * Start sequence for ClearURLs.
108 */
109function genesis() {
110 browser.storage.local.get(null).then((items) => {
111 initStorage(items);
112
113 // Start the clearurls.js
114 start();
115
116 //Set correct icon on startup
117 changeIcon();
118
119 // Start the context_menu
120 contextMenuStart();
121
122 // Start history listener
123 historyListenerStart();
124 }, handleError);
125}
126
127/**
128 * Return the value under the key.

Callers 1

storage.jsFile · 0.85

Calls 6

initStorageFunction · 0.85
startFunction · 0.85
changeIconFunction · 0.85
contextMenuStartFunction · 0.85
historyListenerStartFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected