MCPcopy
hub / github.com/gitify-app/gitify / openGitHubIssues

Function openGitHubIssues

src/renderer/utils/system/links.ts:30–34  ·  view source on GitHub ↗
(hostname: Hostname)

Source from the content-addressed store, hash-verified

28}
29
30export function openGitHubIssues(hostname: Hostname) {
31 const url = new URL(`https://${hostname}`);
32 url.pathname = 'issues';
33 openExternalLink(url.toString() as Link);
34}
35
36export function openGitHubPulls(hostname: Hostname) {
37 const url = new URL(`https://${hostname}`);

Callers 3

AccountNotificationsFunction · 0.90
links.test.tsFile · 0.90
useShortcutActionsFunction · 0.90

Calls 2

openExternalLinkFunction · 0.90
toStringMethod · 0.80

Tested by

no test coverage detected