MCPcopy Index your code
hub / github.com/refined-github/refined-github / init

Function init

source/options.tsx:204–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204async function init(): Promise<void> {
205 await generateDom();
206 addEventListeners();
207 scrollTargetIntoView();
208}
209
210await init();

Callers 1

options.tsxFile · 0.70

Calls 3

generateDomFunction · 0.85
addEventListenersFunction · 0.85
scrollTargetIntoViewFunction · 0.85

Tested by

no test coverage detected