MCPcopy
hub / github.com/refined-github/refined-github / init

Function init

source/features/bugs-tab.tsx:168–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168async function init(): Promise<void | false> {
169 if (!elementExists('.rgh-bugs-tab')) {
170 await addBugsTab();
171 }
172
173 await updateBugsTagHighlighting();
174}
175
176void features.add(import.meta.url, {
177 include: [

Callers

nothing calls this directly

Calls 2

addBugsTabFunction · 0.85

Tested by

no test coverage detected