MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / capacity

Method capacity

src/test/prevector_tests.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 Size capacity() const {
160 return pre_vector.capacity();
161 }
162
163 void shrink_to_fit() {
164 pre_vector.shrink_to_fit();

Callers 13

reserveMethod · 0.45
verifyMethod · 0.45
signMethod · 0.45
secKeyVerifyMethod · 0.45
computePubkeyMethod · 0.45
privKeyTweakMulMethod · 0.45
privKeyTweakAddMethod · 0.45
pubKeyTweakAddMethod · 0.45
pubKeyTweakMulMethod · 0.45
createECDHSecretMethod · 0.45
randomizeMethod · 0.45
ClearSavedValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected