Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ ReadyNotify
Method
ReadyNotify
tunnelproxy/proxy.go:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(s *Proxy) ReadyNotify()
chan
bool {
111
return
s.readyC
112
}
113
114
func
(p *Proxy) Close() {
115
p.listener.Close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected