MCPcopy 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
186func (s *server) Dialer() netns.Dialer {
187 return memDialer{ll: s.ll, ml: s.ml}
188}
189
190var ErrNoCapabilityVersion = errors.New("no capability version set")
191

Callers 5

newWushFunction · 0.80
cpCmdFunction · 0.80
portForwardCmdFunction · 0.80
sshCmdFunction · 0.80
serveCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected