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

Method GetSuccess

libs/map/transit/transit_reader.hpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 void Init(uint64_t id, MwmSet::MwmId const & mwmId, std::unique_ptr<TransitDisplayInfo> transitInfo = nullptr);
58 uint64_t GetId() const { return m_id; }
59 bool GetSuccess() const { return m_success; }
60
61 void Do() override;
62 void Reset() override;

Callers 1

GetTransitDisplayInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected