Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_coverage
Function · 0.45
ValidateAndProcessSingleHeader
Method · 0.45
NextHeadersRequestLocator
Method · 0.45
GetCPubKeys
Method · 0.45
GetKeyIDs
Method · 0.45
rest_headers
Function · 0.45
BlockUndoToJSON
Function · 0.45
rest_filter_header
Function · 0.45
rest_deploymentinfo
Function · 0.45
rest_getutxos
Function · 0.45
InitHTTPAllowList
Function · 0.45
FindAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected