Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
Proposal
505
State::remove_proposal(RosterIndex index) const
506
{
507
return remove_proposal(leaf_for_roster_entry(index));
508
}
509
510
Proposal
511
State::remove_proposal(LeafIndex removed) const
Callers
1
external_join
Method · 0.80
Calls
2
InvalidParameterError
Class · 0.85
has_leaf
Method · 0.45
Tested by
no test coverage detected