MCPcopy Create free account
hub / github.com/koding/kite / panicRegisterHandler

Function panicRegisterHandler

kite_test.go:35–37  ·  view source on GitHub ↗
(*protocol.RegisterResult)

Source from the content-addressed store, hash-verified

33}
34
35func panicRegisterHandler(*protocol.RegisterResult) {
36 panic("this panic should be ignored")
37}
38
39func transportFromEnv() config.Transport {
40 env := os.Getenv("KITE_TRANSPORT")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected