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

Method SetGuidesTracks

libs/routing/async_router.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void AsyncRouter::SetGuidesTracks(GuidesTracks && guides)
183{
184 unique_lock ul(m_guard);
185 m_guides = std::move(guides);
186}
187
188void AsyncRouter::ClearState()
189{

Callers 1

SetGuidesForTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected