Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ DialContext
Method
DialContext
config.go:108–108 ·
view source on GitHub ↗
(context.Context, string, string)
Source
from the content-addressed store, hash-verified
106
107
type
Dialer
interface
{
108
DialContext(context.Context, string, string) (net.Conn, error)
109
}
110
111
type
DialFunc
func
(context.Context, string, string) (net.Conn, error)
Callers
5
waitTCP
Method · 0.95
run
Method · 0.65
TestVerify
Function · 0.65
TestVerifyErrors
Function · 0.65
TestServerSupportsDualProtocols
Function · 0.65
Calls
no outgoing calls
Tested by
3
TestVerify
Function · 0.52
TestVerifyErrors
Function · 0.52
TestServerSupportsDualProtocols
Function · 0.52