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

Method CheckValidSortedUnique

libs/transit/transit_graph_data.cpp:350–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void GraphData::CheckValidSortedUnique() const
351{
352 {
353 CheckSortedVisitor v;
354 Visit(v);
355 }
356
357 {
358 CheckUniqueVisitor v;
359 Visit(v);
360 }
361
362 {
363 CheckValidVisitor v;
364 Visit(v);
365 }
366}
367
368bool GraphData::IsEmpty() const
369{

Callers 3

ProcessGraphFunction · 0.80
BuildTransitFunction · 0.80

Calls

no outgoing calls

Tested by 1