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

Method RegisterNow

enterprise/wsproxy/wsproxy.go:469–472  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

467}
468
469func (s *Server) RegisterNow(ctx context.Context) error {
470 _, err := s.registerLoop.RegisterNow(ctx)
471 return err
472}
473
474func (s *Server) Close() error {
475 s.Logger.Info(s.ctx, "closing workspace proxy server")

Callers 2

createProxyReplicasFunction · 0.45

Calls

no outgoing calls

Tested by 2

createProxyReplicasFunction · 0.36