MCPcopy
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
40func qconfig() *quick.Config {
41 return &quick.Config{
42 MaxCount: qcount,
43 Rand: rand.New(rand.NewSource(int64(qseed))),
44 }
45}
46
47type testdata []testdataitem
48

Callers 5

TestCursor_QuickCheckFunction · 0.85
TestBucket_Put_SingleFunction · 0.85
TestBucket_Put_MultipleFunction · 0.85
TestBucket_Delete_QuickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected