MCPcopy Create free account
hub / github.com/ElementsProject/elements / size

Method size

src/test/prevector_tests.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 Size size() const {
156 return real_vector.size();
157 }
158
159 Size capacity() const {
160 return pre_vector.capacity();

Callers 4

testMethod · 0.45
resizeMethod · 0.45
resize_uninitializedMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected