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

Function init

source/features/conventional-commits.tsx:50–52  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

48}
49
50function init(signal: AbortSignal): void {
51 observe(`${is(commitTitleInLists)} > span > a:first-child`, renderLabelInCommitTitle, {signal});
52}
53
54void features.add(import.meta.url, {
55 include: [

Callers

nothing calls this directly

Calls 2

observeFunction · 0.85
isFunction · 0.85

Tested by

no test coverage detected