Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
init() {
48
if
err := generateTestBlocks(); err != nil {
49
panic(err)
50
}
51
}
52
53
func
TestNewBlockNode(t *testing.T) {
54
parent := newBlockNode(0, testBlocks[0], nil)
Callers
nothing calls this directly
Calls
1
generateTestBlocks
Function · 0.85
Tested by
no test coverage detected