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

Function init

source/features/conflict-marker.tsx:58–60  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

56}
57
58async function init(signal: AbortSignal): Promise<void> {
59 observe(openPrsListLink, batchedFunction(addIcon, {delay: 100}), {signal});
60}
61
62void features.add(import.meta.url, {
63 include: [

Callers

nothing calls this directly

Calls 1

observeFunction · 0.85

Tested by

no test coverage detected