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

Method StartServer

tailnet/test/integration/integration.go:101–101  ·  view source on GitHub ↗

StartServer should start the server and return once it's listening. It should not block once it's listening. Cleanup should be handled by t.Cleanup.

(t *testing.T, logger slog.Logger, listenAddr string)

Source from the content-addressed store, hash-verified

99 // should not block once it's listening. Cleanup should be handled by
100 // t.Cleanup.
101 StartServer(t *testing.T, logger slog.Logger, listenAddr string)
102}
103
104type NetworkingProvider interface {

Callers 2

handleTestSubprocessFunction · 0.65
StartServerMethod · 0.65

Implementers 2

SimpleServerOptionstailnet/test/integration/integration.g
NGINXServerOptionstailnet/test/integration/integration.g

Calls

no outgoing calls

Tested by 1

handleTestSubprocessFunction · 0.52