Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
type
InProcNet
struct
{
33
sync.Mutex
34
35
listeners
map
[Addr]*inProcListener
36
}
37
38
type
inProcListener
struct
{
39
c
chan
net.Conn
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected