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

Function init

source/features/select-all-notifications-shortcut.tsx:11–13  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

9}
10
11function init(signal: AbortSignal): void {
12 registerHotkey('a', selectAllNotifications, {signal});
13}
14
15void features.add(import.meta.url, {
16 shortcuts: {

Callers

nothing calls this directly

Calls 1

registerHotkeyFunction · 0.85

Tested by

no test coverage detected