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

Function getFeatureUrl

source/helpers/rgh-links.tsx:20–22  ·  view source on GitHub ↗
(id: FeatureId)

Source from the content-addressed store, hash-verified

18}
19
20export function getFeatureUrl(id: FeatureId): string {
21 return `https://github.com/refined-github/refined-github/blob/main/source/features/${id}.tsx`;
22}
23
24export function getFeatureRelatedIssuesQuery(id: string): string {
25 const oldNames = getOldFeatureNames(id);

Callers 4

onChoiceButtonClickFunction · 0.85
linkifyFeatureFunction · 0.85
linkifyFeatureFunction · 0.85
buildFeatureCheckboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected