Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
204
async function init(): Promise<void> {
205
await generateDom();
206
addEventListeners();
207
scrollTargetIntoView();
208
}
209
210
await init();
Callers
1
options.tsx
File · 0.70
Calls
3
generateDom
Function · 0.85
addEventListeners
Function · 0.85
scrollTargetIntoView
Function · 0.85
Tested by
no test coverage detected