MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / IsNil

Method IsNil

cli/internal/model/smartideconfig.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (auth Auth) IsNil() bool {
33 return auth.Token == "" || auth.LoginUrl == ""
34}
35
36func (auth Auth) IsNotNil() bool {
37 return !auth.IsNil()

Callers 11

IsNotNilMethod · 0.95
InsertOrUpdateWorkspaceFunction · 0.45
stop.goFile · 0.45
k8s.goFile · 0.45
remove.goFile · 0.45
get.goFile · 0.45
GetWorkspaceFromCmdFunction · 0.45
hasChangedFunction · 0.45
ExecuteStartCmdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected