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

Function init

abci/example/example_test.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26)
27
28func init() {
29 rand.Seed(time.Now().UnixNano())
30}
31
32func TestKVStore(t *testing.T) {
33 fmt.Println("### Testing KVStore")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…