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

Method Serve

cli/ssh_internal_test.go:339–341  ·  view source on GitHub ↗
(ln net.Listener)

Source from the content-addressed store, hash-verified

337}
338
339func (s *sshServer) Serve(ln net.Listener) error {
340 return s.server.Serve(ln)
341}
342
343func (s *sshServer) Close() error {
344 return s.server.Close()

Callers 1

TestCoderConnectStdioFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected