Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
var
timeout = flag.Duration(
"telltime"
, 4*time.Second,
"Timeout for kite calls."
)
26
27
func
init() {
28
rand.Seed(time.Now().Unix() + int64(os.Getpid()))
29
}
30
31
func
panicHandler(*Client) {
32
panic(
"this panic should be ignored"
)
Callers
nothing calls this directly
Calls
1
Seed
Method · 0.80
Tested by
no test coverage detected