MCPcopy 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
540func newXhrKite(name, version string) *Kite {
541 k := New(name, version)
542 k.Config.Transport = config.XHRPolling
543 return k
544}

Callers 4

TestSendErrorFunction · 0.85
TestConcurrencyFunction · 0.85
TestKiteFunction · 0.85

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected