MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetVote

Method GetVote

src/persistence/delegatedb.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23uint64_t CTopDelegatesIterator::GetVote() const {
24 return DelegateVoteFromKey(GetKey().first);
25}
26
27CRegID CTopDelegatesIterator::GetRegId() const {
28 return CRegID(GetKey().second);

Callers 1

GetTopVoteDelegatesMethod · 0.80

Calls 1

DelegateVoteFromKeyFunction · 0.85

Tested by

no test coverage detected