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

Function GetTransfer

libs/transit/transit_types.hpp:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 Weight GetWeight() const { return m_weight; }
314 LineId GetLineId() const { return m_lineId; }
315 bool GetTransfer() const { return m_flags.m_transfer; }
316 std::vector<ShapeId> const & GetShapeIds() const { return m_shapeIds; }
317
318private:

Callers 2

IsEqualForTestingMethod · 0.85
IsValidMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected