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

Struct transition

coderd/database/querier_test.go:5746–5749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5744 t.Parallel()
5745
5746 type transition struct {
5747 from database.UserStatus
5748 to database.UserStatus
5749 }
5750
5751 type testCase struct {
5752 name string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected