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

Method push_back

src/prevector.h:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391
392 void push_back(const T& value) {
393 emplace_back(value);
394 }
395
396 void pop_back() {
397 erase(end() - 1, end());

Callers 15

deterministic_coverageFunction · 0.45
GetCPubKeysMethod · 0.45
GetKeyIDsMethod · 0.45
rest_headersFunction · 0.45
BlockUndoToJSONFunction · 0.45
rest_filter_headerFunction · 0.45
rest_deploymentinfoFunction · 0.45
rest_getutxosFunction · 0.45
InitHTTPAllowListFunction · 0.45
FindAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected