Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScriptToAsmStr
Function · 0.45
removeUnchecked
Method · 0.45
CalculateDescendantMaximum
Method · 0.45
SendMessages
Method · 0.45
LogTimestampStr
Method · 0.45
push_lock
Function · 0.45
pop_lock
Function · 0.45
Delete
Method · 0.45
ConnectTrace
Class · 0.45
GetStateFor
Method · 0.45
EraseTx
Method · 0.45
ThreadOpenConnections
Method · 0.45
Calls
1
end
Function · 0.85
Tested by
no test coverage detected