Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
func
(k *Kite) ServerCloseNotify()
chan
bool {
154
return
k.closeC
155
}
156
157
func
(k *Kite) ServerReadyNotify()
chan
bool {
158
return
k.readyC
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected