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

Function init

source/features/show-names.tsx:130–134  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

128}
129
130async function init(signal: AbortSignal): Promise<void> {
131 // For `sticky-comment-header`
132 abortableClassName(document.documentElement, signal, 'rgh-show-names');
133 observe(usernameLinksSelector, updateDom, {signal});
134}
135
136void features.add(import.meta.url, {
137 include: [

Callers

nothing calls this directly

Calls 2

abortableClassNameFunction · 0.85
observeFunction · 0.85

Tested by

no test coverage detected