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

Function TestGetNodeData64

protocols/cpc/handler_test.go:292–292  ·  view source on GitHub ↗

Tests that the node state database can be retrieved based on hashes.

(t *testing.T)

Source from the content-addressed store, hash-verified

290
291// Tests that the node state database can be retrieved based on hashes.
292func TestGetNodeData64(t *testing.T) { testGetNodeData(t, 64) }
293
294func testGetNodeData(t *testing.T, protocol int) {
295

Callers

nothing calls this directly

Calls 1

testGetNodeDataFunction · 0.85

Tested by

no test coverage detected