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

Method SetNumberOf

libs/routing/restrictions_serialization.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void RestrictionHeader::SetNumberOf(Restriction::Type type, uint32_t size)
37{
38 m_restrictionCount[type] = size;
39}
40
41void RestrictionHeader::Reset()
42{

Callers 1

SerializeRestrictionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected