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

Struct InProcNet

testutil/net.go:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type InProcNet struct {
33 sync.Mutex
34
35 listeners map[Addr]*inProcListener
36}
37
38type inProcListener struct {
39 c chan net.Conn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected