MCPcopy Create free account
hub / github.com/CPChain/chain / TestHeaderConcurrentVerification8

Function TestHeaderConcurrentVerification8

core/block_validator_test.go:88–90  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

86 testHeaderConcurrentVerification(t, 2)
87}
88func TestHeaderConcurrentVerification8(t *testing.T) {
89 testHeaderConcurrentVerification(t, 8)
90}
91func TestHeaderConcurrentVerification32(t *testing.T) {
92 testHeaderConcurrentVerification(t, 32)
93}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected