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

Method Start

enterprise/coderd/coderd_test.go:1049–1052  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1047}
1048
1049func (s *restartableTestServer) Start(t *testing.T) {
1050 t.Helper()
1051 _, _ = s.startWithFirstUser(t)
1052}
1053
1054func (s *restartableTestServer) startWithFirstUser(t *testing.T) (client *codersdk.Client, firstUser codersdk.CreateFirstUserResponse) {
1055 t.Helper()

Callers

nothing calls this directly

Calls 2

startWithFirstUserMethod · 0.95
HelperMethod · 0.65

Tested by

no test coverage detected