Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
count
Method · 0.80
empty
Method · 0.45
insert
Method · 0.45
CheckSig
Method · 0.45
Tested by
no test coverage detected