Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsRoutingOptionsGood
Method
IsRoutingOptionsGood
libs/routing/world_graph.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool WorldGraph::IsRoutingOptionsGood(Segment const & /* segment */)
36
{
37
return true;
38
}
39
40
std::unique_ptr<TransitInfo> WorldGraph::GetTransitInfo(Segment const &)
41
{
Callers
1
GetEdgesList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected