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

Method resize

src/test/fuzz/prevector.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void resize(Size s)
73 {
74 real_vector.resize(s);
75 assert(real_vector.size() == s);
76 pre_vector.resize(s);
77 assert(pre_vector.size() == s);
78 }
79
80 void reserve(Size s)
81 {

Callers 15

TxConfirmStatsMethod · 0.45
CCrypterMethod · 0.45
SelectCoinsBnBFunction · 0.45
SelectCoinsSRDFunction · 0.45
EncryptMethod · 0.45
DecryptMethod · 0.45
spend.cppFile · 0.45
EncryptWalletMethod · 0.45
SignTransactionMethod · 0.45
SignPSBTMethod · 0.45
SetBlindingDataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected