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

Method ServerCloseNotify

server.go:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (k *Kite) ServerCloseNotify() chan bool {
154 return k.closeC
155}
156
157func (k *Kite) ServerReadyNotify() chan bool {
158 return k.readyC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected