MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / init

Function init

sqlchain/blockindex_test.go:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func init() {
48 if err := generateTestBlocks(); err != nil {
49 panic(err)
50 }
51}
52
53func TestNewBlockNode(t *testing.T) {
54 parent := newBlockNode(0, testBlocks[0], nil)

Callers

nothing calls this directly

Calls 1

generateTestBlocksFunction · 0.85

Tested by

no test coverage detected