Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
klose(clients []*kite.Client) {
83
for
_, c :=
range
clients {
84
c.Close()
85
}
86
}
87
88
type
HelloKite
struct
{
89
Kite *kite.Kite
Callers
5
TestMultipleRegister
Function · 0.85
TestMultiple
Function · 0.85
TestGetKites
Function · 0.85
TestKontrol
Function · 0.85
TestKontrolMultiKey
Function · 0.85
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected