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

Function openRepository

src/renderer/utils/system/links.ts:61–63  ·  view source on GitHub ↗
(repository: GitifyRepository)

Source from the content-addressed store, hash-verified

59}
60
61export function openRepository(repository: GitifyRepository) {
62 openExternalLink(repository.htmlUrl);
63}
64
65export async function openNotification(notification: GitifyNotification) {
66 const url = await generateGitHubWebUrl(notification);

Callers 3

NotificationHeaderFunction · 0.90
links.test.tsFile · 0.90

Calls 1

openExternalLinkFunction · 0.90

Tested by

no test coverage detected