Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
void AsyncRouter::SetGuidesTracks(GuidesTracks && guides)
183
{
184
unique_lock ul(m_guard);
185
m_guides = std::move(guides);
186
}
187
188
void AsyncRouter::ClearState()
189
{
Callers
1
SetGuidesForTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected