MCPcopy 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

EncodeHexScriptWitnessFunction · 0.45
TxToUnivFunction · 0.45
QueueCheckFunction · 0.45
VerifyAmountsFunction · 0.45
GetKeyIDsMethod · 0.45
rest_headersFunction · 0.45
rest_filter_headerFunction · 0.45
rest_getutxosFunction · 0.45
InitHTTPAllowListFunction · 0.45
HTTPBindAddressesFunction · 0.45
RegisterHTTPHandlerFunction · 0.45
GetValidFedpegScriptsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected