Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
88
export
function
formatAlternateOAuthScopes(): string {
89
return
getAlternateScopeNames().join(
', '
);
90
}
Callers
1
scopes.test.ts
File · 0.90
Calls
1
getAlternateScopeNames
Function · 0.85
Tested by
no test coverage detected