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

Function openGitHubPulls

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

Source from the content-addressed store, hash-verified

34}
35
36export function openGitHubPulls(hostname: Hostname) {
37 const url = new URL(`https://${hostname}`);
38 url.pathname = 'pulls';
39 openExternalLink(url.toString() as Link);
40}
41
42export function openAccountProfile(account: Account) {
43 const url = new URL(`https://${account.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