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

Method AddIngoingFakeEdge

tools/openlr/graph.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void Graph::AddIngoingFakeEdge(Edge const & e)
73{
74 m_graph.AddIngoingFakeEdge(e);
75}
76
77void Graph::AddOutgoingFakeEdge(Edge const & e)
78{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected