Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
coderd/tailnet.go:345–348 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
}
344
345
func
(c *netConnCloser) Close() error {
346
c.close()
347
return
c.Conn.Close()
348
}
349
350
func
(s *ServerTailnet) Close() error {
351
s.logger.Info(s.ctx,
"closing server tailnet"
)
Callers
nothing calls this directly
Calls
2
close
Method · 0.65
Close
Method · 0.65
Tested by
no test coverage detected