Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
async function init(signal: AbortSignal): Promise<void> {
59
observe(openPrsListLink, batchedFunction(addIcon, {delay: 100}), {signal});
60
}
61
62
void features.add(import.meta.url, {
63
include: [
Callers
nothing calls this directly
Calls
1
observe
Function · 0.85
Tested by
no test coverage detected