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

Method assign

src/test/fuzz/prevector.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 void assign(Size n, const T& value)
144 {
145 real_vector.assign(n, value);
146 pre_vector.assign(n, value);
147 }
148
149 Size size() const
150 {

Callers 15

ApproximateBestSubsetFunction · 0.45
ListSelectedMethod · 0.45
GetScriptOpFunction · 0.45
pushvalueFunction · 0.45
CreateSigMethod · 0.45
CreateSchnorrSigMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
SimulationTestFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected