MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / BOOST_FOREACH

Function BOOST_FOREACH

src/script/sign.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 // Combine all the signatures we've got:
170 set<valtype> allsigs;
171 BOOST_FOREACH(const valtype& v, sigs1)
172 {
173 if (!v.empty())
174 allsigs.insert(v);
175 }
176 BOOST_FOREACH(const valtype& v, sigs2)
177 {
178 if (!v.empty())

Callers

nothing calls this directly

Calls 4

countMethod · 0.80
emptyMethod · 0.45
insertMethod · 0.45
CheckSigMethod · 0.45

Tested by

no test coverage detected