Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TxConfirmStats
Method · 0.45
resizeInMemoryCounters
Method · 0.45
CCrypter
Method · 0.45
SelectCoinsBnB
Function · 0.45
SelectCoinsSRD
Function · 0.45
Encrypt
Method · 0.45
Decrypt
Method · 0.45
spend.cpp
File · 0.45
EncryptWallet
Method · 0.45
SignTransaction
Method · 0.45
SignPSBT
Method · 0.45
SetBlindingData
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected