Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/wush
/ Dialer
Method
Dialer
tsserver/server.go:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
func
(s *server) Dialer() netns.Dialer {
187
return
memDialer{ll: s.ll, ml: s.ml}
188
}
189
190
var
ErrNoCapabilityVersion = errors.New(
"no capability version set"
)
191
Callers
5
newWush
Function · 0.80
cpCmd
Function · 0.80
portForwardCmd
Function · 0.80
sshCmd
Function · 0.80
serveCmd
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected