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

Method Network

testutil/net.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (a Addr) Network() string {
21 return a.network
22}
23
24func (a Addr) Address() string {
25 return a.addr

Callers 2

sshRemoteForwardFunction · 0.45
TestAgent_DialFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestAgent_DialFunction · 0.36