Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AssignID
Method
AssignID
libs/routing/joint_segment.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void JointSegment::AssignID(Segment const & seg)
32
{
33
m_numMwmId = seg.GetMwmId();
34
m_featureId = seg.GetFeatureId();
35
}
36
37
void JointSegment::AssignID(JointSegment const & seg)
38
{
Callers
2
CheckAndProcessTransitFeatures
Method · 0.80
AreWavesConnectible
Method · 0.80
Calls
2
GetMwmId
Method · 0.45
GetFeatureId
Method · 0.45
Tested by
no test coverage detected