MCPcopy Create free account
hub / github.com/tendermint/tendermint / TestLoadStateFromGenesis

Function TestLoadStateFromGenesis

node/node_test.go:643–645  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

641}
642
643func TestLoadStateFromGenesis(t *testing.T) {
644 _ = loadStatefromGenesis(t)
645}
646
647func loadStatefromGenesis(t *testing.T) sm.State {
648 t.Helper()

Callers

nothing calls this directly

Calls 1

loadStatefromGenesisFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…