Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Load
Method
Load
libs/routing/maxspeeds.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void Maxspeeds::Load(ReaderT const & reader)
57
{
58
ReaderSource<ReaderT> src(reader);
59
MaxspeedsSerializer::Deserialize(src, *this);
60
}
61
62
std::unique_ptr<Maxspeeds> LoadMaxspeeds(MwmSet::MwmHandle const & handle)
63
{
Callers
1
LoadMaxspeeds
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected