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

Method SetLastVoteHeight

src/persistence/delegatedb.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool CDelegateDBCache::SetLastVoteHeight(int32_t height) {
89 return last_vote_height_cache.SetData(CVarIntValue<uint32_t>(height));
90}
91
92
93bool CDelegateDBCache::GetPendingDelegates(PendingDelegates &delegates) {

Callers 5

ProcessGenesisBlockFunction · 0.80
ExecuteProposalMethod · 0.80
voteMethod · 0.80
ExecuteTxMethod · 0.80

Calls 1

SetDataMethod · 0.45

Tested by

no test coverage detected