MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / remove_proposal

Method remove_proposal

mlspp/src/state.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504Proposal
505State::remove_proposal(RosterIndex index) const
506{
507 return remove_proposal(leaf_for_roster_entry(index));
508}
509
510Proposal
511State::remove_proposal(LeafIndex removed) const

Callers 1

external_joinMethod · 0.80

Calls 2

has_leafMethod · 0.45

Tested by

no test coverage detected