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

Method Size

libs/routing/road_access.hpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 size_t Size() const { return m_accesses.size(); }
84 bool IsEmpty() const { return m_accesses.empty(); }
85 std::vector<Access> const & GetAccesses() const { return m_accesses; }
86

Callers 2

GetMaxspeedMethod · 0.45
DeserializeWeightsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected