Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/koding/kite
/ newXhrKite
Function
newXhrKite
kite_test.go:540–544 ·
view source on GitHub ↗
(name, version string)
Source
from the content-addressed store, hash-verified
538
}
539
540
func
newXhrKite(name, version string) *Kite {
541
k := New(name, version)
542
k.Config.Transport = config.XHRPolling
543
return
k
544
}
Callers
4
TestSendError
Function · 0.85
TestConcurrency
Function · 0.85
TestNoConcurrentCallbacks
Function · 0.85
TestKite
Function · 0.85
Calls
1
New
Function · 0.70
Tested by
no test coverage detected