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

Function formatAlternateOAuthScopes

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

Source from the content-addressed store, hash-verified

86 * @returns Comma-separated alternate scope names.
87 */
88export function formatAlternateOAuthScopes(): string {
89 return getAlternateScopeNames().join(', ');
90}

Callers 1

scopes.test.tsFile · 0.90

Calls 1

getAlternateScopeNamesFunction · 0.85

Tested by

no test coverage detected