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

Function openDeveloperSettings

src/renderer/utils/system/links.ts:56–59  ·  view source on GitHub ↗
(account: Account)

Source from the content-addressed store, hash-verified

54}
55
56export function openDeveloperSettings(account: Account) {
57 const url = getDeveloperSettingsURL(account);
58 openExternalLink(url);
59}
60
61export function openRepository(repository: GitifyRepository) {
62 openExternalLink(repository.htmlUrl);

Callers 4

links.test.tsFile · 0.90
AccountScopesRouteFunction · 0.90
renderScopeChoiceUIFunction · 0.90
AccountsRouteFunction · 0.90

Calls 2

getDeveloperSettingsURLFunction · 0.90
openExternalLinkFunction · 0.90

Tested by

no test coverage detected