MCPcopy Create free account
hub / github.com/ElementsProject/elements / erase

Method erase

src/prevector.h:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 iterator erase(iterator pos) {
402 return erase(pos, pos + 1);
403 }
404
405 iterator erase(iterator first, iterator last) {
406 // Erase is not allowed to the change the object's capacity. That means

Callers 15

loopFunction · 0.45
renderFunction · 0.45
removeForBlockMethod · 0.45
removeEntryMethod · 0.45
UnregisterHTTPHandlerFunction · 0.45
UnbanMethod · 0.45
SweepBannedMethod · 0.45
MutateTxDelInputFunction · 0.45
MutateTxDelOutputFunction · 0.45
serviceQueueMethod · 0.45
UpdateForDescendantsMethod · 0.45

Calls 1

endFunction · 0.85

Tested by

no test coverage detected