MCPcopy 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
345func (c *netConnCloser) Close() error {
346 c.close()
347 return c.Conn.Close()
348}
349
350func (s *ServerTailnet) Close() error {
351 s.logger.Info(s.ctx, "closing server tailnet")

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected