Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ push_back
Method
push_back
src/prevector.h:437–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
void push_back(const T& value) {
438
emplace_back(value);
439
}
440
441
void pop_back() {
442
erase(end() - 1, end());
Callers
15
EncodeHexScriptWitness
Function · 0.45
TxToUniv
Function · 0.45
QueueCheck
Function · 0.45
VerifyAmounts
Function · 0.45
GetKeyIDs
Method · 0.45
rest_headers
Function · 0.45
rest_filter_header
Function · 0.45
rest_getutxos
Function · 0.45
InitHTTPAllowList
Function · 0.45
HTTPBindAddresses
Function · 0.45
RegisterHTTPHandler
Function · 0.45
GetValidFedpegScripts
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected