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

Function examplePrecommit

types/vote_test.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func examplePrecommit() *Vote {
24 return exampleVote(byte(tmproto.PrecommitType))
25}
26
27func exampleVote(t byte) *Vote {
28 var stamp, err = time.Parse(TimeFormat, "2017-12-25T03:00:01.234Z")

Callers 6

TestVoteSignableFunction · 0.85
TestVoteVerifySignatureFunction · 0.85
TestVoteStringFunction · 0.85
TestVoteValidateBasicFunction · 0.85
TestVoteProtobufFunction · 0.85
initFunction · 0.85

Calls 1

exampleVoteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…