Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loop
Function · 0.45
render
Function · 0.45
removeForBlock
Method · 0.45
removeEntry
Method · 0.45
UnregisterHTTPHandler
Function · 0.45
Unban
Method · 0.45
SweepBanned
Method · 0.45
MutateTxDelInput
Function · 0.45
MutateTxDelOutput
Function · 0.45
serviceQueue
Method · 0.45
FetchAndClearCommitmentSection
Function · 0.45
UpdateForDescendants
Method · 0.45
Calls
1
end
Function · 0.85
Tested by
no test coverage detected