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

Method CheckSorted

libs/transit/experimental/transit_data.cpp:638–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void TransitData::CheckSorted() const
639{
640 CheckSortedVisitor const visitor;
641 Visit(visitor);
642}
643
644void TransitData::CheckUnique() const
645{

Callers 1

BuildTransitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected