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

Method onRegister

kontrol/helper_test.go:137–139  ·  view source on GitHub ↗
(reg *protocol.RegisterResult)

Source from the content-addressed store, hash-verified

135}
136
137func (hk *HelloKite) onRegister(reg *protocol.RegisterResult) {
138 hk.regs <- reg
139}
140
141func (hk *HelloKite) WaitRegister(timeout time.Duration) (*protocol.RegisterResult, error) {
142 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected