Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
function init(signal: AbortSignal): void {
51
observe(`${is(commitTitleInLists)} > span > a:first-child`, renderLabelInCommitTitle, {signal});
52
}
53
54
void features.add(import.meta.url, {
55
include: [
Callers
nothing calls this directly
Calls
2
observe
Function · 0.85
is
Function · 0.85
Tested by
no test coverage detected