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

Method CheckValid

libs/transit/experimental/transit_data.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void TransitData::CheckValid() const
633{
634 CheckValidVisitor const visitor;
635 Visit(visitor);
636}
637
638void TransitData::CheckSorted() const
639{

Callers 2

BuildTransitFunction · 0.80
SerDesTransitFunction · 0.80

Calls

no outgoing calls

Tested by 1

SerDesTransitFunction · 0.64