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

Function configFileMissing

cli/internal/auth/team.go:24–26  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

22}
23
24func configFileMissing(err error) bool {
25 return err != nil && errors.Is(err, os.ErrNotExist)
26}
27
28func emptyTeam(err error, team string) bool {
29 return err == nil && team == ""

Callers 1

GetTeamForTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected