MCPcopy 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

CheckPackageFunction · 0.45
_removeTxMethod · 0.45
ShutdownMethod · 0.45
~BerkeleyEnvironmentMethod · 0.45
~BerkeleyDatabaseMethod · 0.45
UnserializeMethod · 0.45
RemoveWatchOnlyMethod · 0.45
KeepDestinationMethod · 0.45
ReturnDestinationMethod · 0.45
ReserveKeyFromKeyPoolMethod · 0.45
MarkReserveKeysAsUsedMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected