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

Function BOOST_FOREACH

src/ipgroups.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 BOOST_FOREACH(CIPGroup &group, groups)
53 {
54 BOOST_FOREACH(const CSubNet &subNet, group.subnets)
55 {
56 if (subNet.Match(ip))
57 return group.header;
58 }
59 }
60 return CIPGroupData();
61}
62

Callers

nothing calls this directly

Calls 8

atoiFunction · 0.85
LoadIPGroupsFromFileFunction · 0.85
MaybeRemoveGroupFunction · 0.85
IsIPv4Method · 0.80
ToStringIPMethod · 0.80
MatchMethod · 0.45
ToStringMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected