(t *testing.T)
| 641 | } |
| 642 | |
| 643 | func TestLoadStateFromGenesis(t *testing.T) { |
| 644 | _ = loadStatefromGenesis(t) |
| 645 | } |
| 646 | |
| 647 | func loadStatefromGenesis(t *testing.T) sm.State { |
| 648 | t.Helper() |
nothing calls this directly
no test coverage detected
searching dependent graphs…