MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / emptyTeam

Function emptyTeam

cli/internal/auth/team.go:28–30  ·  view source on GitHub ↗
(err error, team string)

Source from the content-addressed store, hash-verified

26}
27
28func emptyTeam(err error, team string) bool {
29 return err == nil && team == ""
30}
31
32// GetTeamForToken returns the team for the given token
33// If the token is a bearer token, we need to get the team from the configuration.

Callers 1

GetTeamForTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected