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

Function init

source/features/create-release-shortcut.tsx:7–10  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

5import {buildRepoUrl} from '../github-helpers/index.js';
6
7function init(signal: AbortSignal): void {
8 // Reasoning for this feature: #1254
9 registerHotkey('c', buildRepoUrl('releases/new'), {signal});
10}
11
12void features.add(import.meta.url, {
13 shortcuts: {

Callers

nothing calls this directly

Calls 2

registerHotkeyFunction · 0.85
buildRepoUrlFunction · 0.85

Tested by

no test coverage detected