MCPcopy Index your code
hub / github.com/rilldata/rill / isEmpty

Method isEmpty

admin/server/github.go:523–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

521}
522
523func (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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected