Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ pop_back
Method
pop_back
src/test/prevector_tests.cpp:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void pop_back() {
140
real_vector.pop_back();
141
pre_vector.pop_back();
142
test();
143
}
144
145
void clear() {
146
real_vector.clear();
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected