Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
186
func
(s *Socks5ToHTTP) Shutdown() error {
187
if
s.Listen == nil {
188
return
nil
189
}
190
return
s.Listen.Close()
191
}
Callers
1
main
Function · 0.95
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected