Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(auth Auth) IsNil() bool {
33
return
auth.Token ==
""
|| auth.LoginUrl ==
""
34
}
35
36
func
(auth Auth) IsNotNil() bool {
37
return
!auth.IsNil()
Callers
11
IsNotNil
Method · 0.95
InsertOrUpdateWorkspace
Function · 0.45
stop.go
File · 0.45
k8s.go
File · 0.45
remove.go
File · 0.45
get.go
File · 0.45
GetWorkspaceFromCmd
Function · 0.45
getWorkspaceWithDbAndValid
Function · 0.45
hasChanged
Function · 0.45
ExecuteServerVmStartByClientEnvCmd
Function · 0.45
ExecuteStartCmd
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected