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

Method pop_back

src/prevector.h:441–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 void pop_back() {
442 erase(end() - 1, end());
443 }
444
445 T& front() {
446 return *item_ptr(0);

Callers 12

ScriptToAsmStrFunction · 0.45
removeUncheckedMethod · 0.45
SendMessagesMethod · 0.45
LogTimestampStrMethod · 0.45
push_lockFunction · 0.45
pop_lockFunction · 0.45
DeleteMethod · 0.45
ConnectTraceClass · 0.45
GetStateForMethod · 0.45
EraseTxMethod · 0.45
ThreadOpenConnectionsMethod · 0.45

Calls 1

endFunction · 0.85

Tested by

no test coverage detected