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

Function getAlternateScopeNames

src/renderer/utils/auth/scopes.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 * @returns Array of alternate scope name strings.
60 */
61export function getAlternateScopeNames(): string[] {
62 return Constants.OAUTH_SCOPES.ALTERNATE.map(({ name }) => name);
63}
64
65/**
66 * Return the required OAuth scopes as a comma-separated string.

Callers 5

scopes.test.tsFile · 0.90
AccountScopesRouteFunction · 0.90
initializeDeviceFlowFunction · 0.90
renderScopeChoiceUIFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected