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

Method CloseNotify

tunnelproxy/proxy.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (s *Proxy) CloseNotify() chan bool {
107 return s.closeC
108}
109
110func (s *Proxy) ReadyNotify() chan bool {
111 return s.readyC

Callers 2

handleProxyMethod · 0.45
handleTunnelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected