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

Method Close

cli/server.go:2732–2739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2730}
2731
2732func (s *HTTPServers) Close() {
2733 if s.HTTPListener != nil {
2734 _ = s.HTTPListener.Close()
2735 }
2736 if s.TLSListener != nil {
2737 _ = s.TLSListener.Close()
2738 }
2739}
2740
2741func ConfigureTraceProvider(
2742 ctx context.Context,

Callers 2

ServeMethod · 0.95
ConfigureHTTPServersFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected