MCPcopy
hub / github.com/txthinking/brook / Shutdown

Method Shutdown

socks5tohttp.go:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func (s *Socks5ToHTTP) Shutdown() error {
187 if s.Listen == nil {
188 return nil
189 }
190 return s.Listen.Close()
191}

Callers 1

mainFunction · 0.95

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected