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

Function openNotification

src/renderer/utils/system/links.ts:65–68  ·  view source on GitHub ↗
(notification: GitifyNotification)

Source from the content-addressed store, hash-verified

63}
64
65export async function openNotification(notification: GitifyNotification) {
66 const url = await generateGitHubWebUrl(notification);
67 openExternalLink(url);
68}
69
70export function openGitHubParticipatingDocs() {
71 openExternalLink(Constants.GITHUB_DOCS.PARTICIPATING_URL);

Callers 2

links.test.tsFile · 0.90

Calls 2

generateGitHubWebUrlFunction · 0.90
openExternalLinkFunction · 0.90

Tested by

no test coverage detected