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

Function openGitHubNotifications

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

Source from the content-addressed store, hash-verified

22}
23
24export function openGitHubNotifications(hostname: Hostname) {
25 const url = new URL(`https://${hostname}`);
26 url.pathname = 'notifications';
27 openExternalLink(url.toString() as Link);
28}
29
30export function openGitHubIssues(hostname: Hostname) {
31 const url = new URL(`https://${hostname}`);

Callers 2

links.test.tsFile · 0.90
useShortcutActionsFunction · 0.90

Calls 2

openExternalLinkFunction · 0.90
toStringMethod · 0.80

Tested by

no test coverage detected