MCPcopy Index your code
hub / github.com/gitify-app/gitify / openUserProfile

Function openUserProfile

src/renderer/utils/system/links.ts:48–50  ·  view source on GitHub ↗
(user: GitifyNotificationUser)

Source from the content-addressed store, hash-verified

46}
47
48export function openUserProfile(user: GitifyNotificationUser) {
49 openExternalLink(user.htmlUrl);
50}
51
52export function openHost(hostname: Hostname) {
53 openExternalLink(`https://${hostname}` as Link);

Callers 2

NotificationFooterFunction · 0.90
links.test.tsFile · 0.90

Calls 1

openExternalLinkFunction · 0.90

Tested by

no test coverage detected