MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / pop_back

Method pop_back

src/prevector.h:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 }
395
396 void pop_back() {
397 erase(end() - 1, end());
398 }
399
400 T& front() {
401 return *item_ptr(0);

Callers 15

RemoveTransactionsMethod · 0.45
ChunkLinearizationInfoFunction · 0.45
ChunkLinearizationFunction · 0.45
GetLinearizationMethod · 0.45
CreateChunkDataMethod · 0.45
ExtractClusterMethod · 0.45
CompactMethod · 0.45
TrimMethod · 0.45
InitRPCAuthenticationFunction · 0.45
removeUncheckedMethod · 0.45
SendMessagesMethod · 0.45
LogTimestampStrMethod · 0.45

Calls 1

endFunction · 0.85

Tested by

no test coverage detected