Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ qconfig
Function
qconfig
quick_test.go:40–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
qconfig() *quick.Config {
41
return
&quick.Config{
42
MaxCount: qcount,
43
Rand: rand.New(rand.NewSource(int64(qseed))),
44
}
45
}
46
47
type
testdata []testdataitem
48
Callers
5
TestCursor_QuickCheck
Function · 0.85
TestCursor_QuickCheck_Reverse
Function · 0.85
TestBucket_Put_Single
Function · 0.85
TestBucket_Put_Multiple
Function · 0.85
TestBucket_Delete_Quick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected