| 8 | import { setupGitHubToken } from "./lib/token" |
| 9 | |
| 10 | interface RunAuthOptions { |
| 11 | verbose: boolean |
| 12 | showToken: boolean |
| 13 | } |
| 14 | |
| 15 | export async function runAuth(options: RunAuthOptions): Promise<void> { |
| 16 | if (options.verbose) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…