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

Function TestHeaderConcurrentVerification32

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

Source from the content-addressed store, hash-verified

89 testHeaderConcurrentVerification(t, 8)
90}
91func TestHeaderConcurrentVerification32(t *testing.T) {
92 testHeaderConcurrentVerification(t, 32)
93}
94
95func testHeaderConcurrentVerification(t *testing.T, threads int) {
96 // Create a simple chain to verify

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected