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

Function NewServer

coderd/workspaceapps/proxy.go:130–135  ·  view source on GitHub ↗
(options ServerOptions)

Source from the content-addressed store, hash-verified

128}
129
130func NewServer(options ServerOptions) *Server {
131 return &Server{
132 ServerOptions: options,
133 cookies: NewAppCookies(options.Hostname),
134 }
135}
136
137// Close waits for all reconnecting-pty WebSocket connections to drain before
138// returning.

Callers 3

NewFunction · 0.92
NewFunction · 0.92

Calls 1

NewAppCookiesFunction · 0.85