| 1042 | } |
| 1043 | |
| 1044 | GraphInterfacePtr |
| 1045 | HGraph::generate_one_route_graph() { |
| 1046 | return std::make_shared<SparseGraphDataCell>(hierarchical_datacell_param_, this->allocator_); |
| 1047 | } |
| 1048 | |
| 1049 | template <InnerSearchMode mode> |
| 1050 | DistHeapPtr |
no outgoing calls
no test coverage detected