MCPcopy Create free account
hub / github.com/gitify-app/gitify / formatRecommendedOAuthScopes

Function formatRecommendedOAuthScopes

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

Source from the content-addressed store, hash-verified

77 * @returns Comma-separated recommended scope names.
78 */
79export function formatRecommendedOAuthScopes(): string {
80 return getRecommendedScopeNames().join(', ');
81}
82
83/**
84 * Return the alternate OAuth scopes as a comma-separated string.

Callers 2

scopes.test.tsFile · 0.90

Calls 1

getRecommendedScopeNamesFunction · 0.85

Tested by

no test coverage detected