Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ AllUserStatusValues
Function
AllUserStatusValues
coderd/database/models.go:3760–3766 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3758
}
3759
3760
func
AllUserStatusValues() []UserStatus {
3761
return
[]UserStatus{
3762
UserStatusActive,
3763
UserStatusSuspended,
3764
UserStatusDormant,
3765
}
3766
}
3767
3768
type
WorkspaceAgentLifecycleState string
3769
Callers
1
genData
Function · 0.92
Calls
no outgoing calls
Tested by
1
genData
Function · 0.74