MCPcopy Create free account
hub / github.com/comaps/comaps / operator()

Method operator()

libs/routing/routing_session.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void RoutingSession::DoReadyCallback::operator()(std::shared_ptr<Route> const & route, RouterResultCode e)
127{
128 ASSERT(m_rs.m_route, ());
129 m_rs.AssignRoute(route, e);
130 m_callback(*m_rs.m_route, e);
131}
132
133void RoutingSession::RemoveRoute()
134{

Callers

nothing calls this directly

Calls 2

ASSERTFunction · 0.85
AssignRouteMethod · 0.80

Tested by

no test coverage detected