Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ netConnCloser
Struct
netConnCloser
coderd/tailnet.go:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
type
netConnCloser
struct
{
341
net.Conn
342
close
func
()
343
}
344
345
func
(c *netConnCloser) Close() error {
346
c.close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected