MCPcopy Index your code
hub / github.com/coder/coder / AllShareableWorkspaceOwnersValues

Function AllShareableWorkspaceOwnersValues

coderd/database/models.go:3512–3518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3510}
3511
3512func AllShareableWorkspaceOwnersValues() []ShareableWorkspaceOwners {
3513 return []ShareableWorkspaceOwners{
3514 ShareableWorkspaceOwnersNone,
3515 ShareableWorkspaceOwnersEveryone,
3516 ShareableWorkspaceOwnersServiceAccounts,
3517 }
3518}
3519
3520type StartupScriptBehavior string
3521

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected