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

Function getFeatureRelatedIssuesUrl

source/helpers/rgh-links.tsx:31–35  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

29}
30
31export function getFeatureRelatedIssuesUrl(id: string): URL {
32 const conversationsUrl = new URL('https://github.com/refined-github/refined-github/issues');
33 conversationsUrl.searchParams.set('q', getFeatureRelatedIssuesQuery(id));
34 return conversationsUrl;
35}

Callers 1

rgh-links.test.tsFile · 0.85

Calls 2

setMethod · 0.80

Tested by

no test coverage detected