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

Function openHost

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

Source from the content-addressed store, hash-verified

50}
51
52export function openHost(hostname: Hostname) {
53 openExternalLink(`https://${hostname}` as Link);
54}
55
56export function openDeveloperSettings(account: Account) {
57 const url = getDeveloperSettingsURL(account);

Callers 2

links.test.tsFile · 0.90
AccountsRouteFunction · 0.90

Calls 1

openExternalLinkFunction · 0.90

Tested by

no test coverage detected