MCPcopy Index your code
hub / github.com/koding/kite / Close

Method Close

tunnelproxy/proxy.go:114–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (p *Proxy) Close() {
115 p.listener.Close()
116 for _, k := range p.kites {
117 k.Close()
118 for _, t := range k.tunnels {
119 t.Close()
120 }
121 }
122}
123
124func (p *Proxy) Start() {
125 go p.Run()

Callers 2

TestRegisterToKontrolFunction · 0.45
handleProxyMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRegisterToKontrolFunction · 0.36