Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetFeatureTypes
Method
GetFeatureTypes
tools/openlr/graph.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void Graph::GetFeatureTypes(FeatureID const & featureId, feature::TypesHolder & types) const
83
{
84
m_graph.GetFeatureTypes(featureId, types);
85
}
86
} // namespace openlr
Callers
1
ProcessEdge
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected