MCPcopy Create free account
hub / github.com/comaps/comaps / IsDisputed

Method IsDisputed

libs/storage/storage.cpp:1656–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1654}
1655
1656bool Storage::IsDisputed(CountryTree::Node const & node) const
1657{
1658 CountryTree::NodesBufferT found;
1659 m_countries.Find(node.Value().Name(), found);
1660 return found.size() > 1;
1661}
1662
1663bool Storage::IsCountryLeaf(CountryTree::Node const & node)
1664{

Callers

nothing calls this directly

Calls 4

FindMethod · 0.45
NameMethod · 0.45
ValueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected