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

Function klose

kontrol/helper_test.go:82–86  ·  view source on GitHub ↗
(clients []*kite.Client)

Source from the content-addressed store, hash-verified

80}
81
82func klose(clients []*kite.Client) {
83 for _, c := range clients {
84 c.Close()
85 }
86}
87
88type HelloKite struct {
89 Kite *kite.Kite

Callers 5

TestMultipleRegisterFunction · 0.85
TestMultipleFunction · 0.85
TestGetKitesFunction · 0.85
TestKontrolFunction · 0.85
TestKontrolMultiKeyFunction · 0.85

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected