Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
339
func
(s *sshServer) Serve(ln net.Listener) error {
340
return
s.server.Serve(ln)
341
}
342
343
func
(s *sshServer) Close() error {
344
return
s.server.Close()
Callers
1
TestCoderConnectStdio
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected