Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ pop_back
Method
pop_back
src/prevector.h:396–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
void pop_back() {
397
erase(end() - 1, end());
398
}
399
400
T& front() {
401
return *item_ptr(0);
Callers
15
RemoveTransactions
Method · 0.45
ChunkLinearizationInfo
Function · 0.45
ChunkLinearization
Function · 0.45
GetLinearization
Method · 0.45
CreateChunkData
Method · 0.45
ExtractCluster
Method · 0.45
Compact
Method · 0.45
Trim
Method · 0.45
InitRPCAuthentication
Function · 0.45
removeUnchecked
Method · 0.45
SendMessages
Method · 0.45
LogTimestampStr
Method · 0.45
Calls
1
end
Function · 0.85
Tested by
no test coverage detected