MCPcopy Index your code
hub / github.com/koding/kite / Close

Method Close

kontrol/helper_test.go:243–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241}
242
243func (hk *HelloKite) Close() error {
244 for _, c := range hk.clients {
245 c.Close()
246 }
247
248 hk.Kite.Close()
249
250 return nil
251}
252
253type HelloKites map[*HelloKite]*HelloKite
254

Callers 4

TestUpdateKeysFunction · 0.95
TestMultipleRegisterFunction · 0.95
RegisterMethod · 0.45
kloseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected