Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
uint64_t CTopDelegatesIterator::GetVote() const {
24
return DelegateVoteFromKey(GetKey().first);
25
}
26
27
CRegID CTopDelegatesIterator::GetRegId() const {
28
return CRegID(GetKey().second);
Callers
1
GetTopVoteDelegates
Method · 0.80
Calls
1
DelegateVoteFromKey
Function · 0.85
Tested by
no test coverage detected