()
| 521 | } |
| 522 | |
| 523 | func (g *githubConnectState) isEmpty() bool { |
| 524 | return g.Remote == "" && g.Redirect == "" |
| 525 | } |
| 526 | |
| 527 | // githubConnect starts an installation flow of the Github App. |
| 528 | // It's implemented as a non-gRPC endpoint mounted directly on /github/connect. |
no outgoing calls
no test coverage detected