Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ erase
Method
erase
src/test/fuzz/prevector.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void erase(Size position)
108
{
109
real_vector.erase(real_vector.begin() + position);
110
pre_vector.erase(pre_vector.begin() + position);
111
}
112
113
void erase(Size first, Size last)
114
{
Callers
15
CheckPackage
Function · 0.45
_removeTx
Method · 0.45
Shutdown
Method · 0.45
TryForEachAndRemoveFailed
Function · 0.45
~BerkeleyEnvironment
Method · 0.45
~BerkeleyDatabase
Method · 0.45
Unserialize
Method · 0.45
RemoveWatchOnly
Method · 0.45
KeepDestination
Method · 0.45
ReturnDestination
Method · 0.45
ReserveKeyFromKeyPool
Method · 0.45
MarkReserveKeysAsUsed
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected