Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
func
configFileMissing(err error) bool {
25
return
err != nil && errors.Is(err, os.ErrNotExist)
26
}
27
28
func
emptyTeam(err error, team string) bool {
29
return
err == nil && team ==
""
Callers
1
GetTeamForToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected