MCPcopy Create free account
hub / github.com/koding/kite / ReadyNotify

Method ReadyNotify

reverseproxy/reverseproxy.go:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (p *Proxy) ReadyNotify() chan bool {
122 return p.readyC
123}
124
125func (p *Proxy) handleRegister(r *kite.Request) (interface{}, error) {
126 kiteUrl, err := url.Parse(r.Args.One().MustString())

Callers 1

TestWebSocketProxyFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestWebSocketProxyFunction · 0.36