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

Function init

kite_test.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25var timeout = flag.Duration("telltime", 4*time.Second, "Timeout for kite calls.")
26
27func init() {
28 rand.Seed(time.Now().Unix() + int64(os.Getpid()))
29}
30
31func panicHandler(*Client) {
32 panic("this panic should be ignored")

Callers

nothing calls this directly

Calls 1

SeedMethod · 0.80

Tested by

no test coverage detected