MCPcopy Create free account
hub / github.com/antgroup/vsag / generate_one_route_graph

Method generate_one_route_graph

src/algorithm/hgraph.cpp:1044–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

build_by_odescentMethod · 0.95
add_one_pointMethod · 0.95
MergeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected