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

Method GetRelationRole

generator/intermediate_elements.hpp:99–99  ·  view source on GitHub ↗

@returns (empty if absent) role for the relation with given id.

Source from the content-addressed store, hash-verified

97 std::string_view GetNodeRole(uint64_t id) const { return FindRoleImpl(m_nodes, id); }
98 /// @returns (empty if absent) role for the relation with given id.
99 std::string_view GetRelationRole(uint64_t id) const { return FindRoleImpl(m_relations, id); }
100
101 template <class ToDo>
102 void ForEachWay(ToDo & toDo) const

Callers 1

FindTopRelationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected