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

Function TestStateSyncConfigValidateBasic

config/config_test.go:123–126  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

121}
122
123func TestStateSyncConfigValidateBasic(t *testing.T) {
124 cfg := TestStateSyncConfig()
125 require.NoError(t, cfg.ValidateBasic())
126}
127
128func TestBlockSyncConfigValidateBasic(t *testing.T) {
129 cfg := TestBlockSyncConfig()

Callers

nothing calls this directly

Calls 2

TestStateSyncConfigFunction · 0.85
ValidateBasicMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…