MCPcopy Create free account
hub / github.com/NGT-labs/NGT / SearchGraphRepository

Method SearchGraphRepository

lib/NGT/Graph.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225class SearchGraphRepository : public std::vector<ReadOnlyGraphNode> {
226 public:
227 SearchGraphRepository() {}
228 bool isEmpty(size_t idx) { return (*this)[idx].empty(); }
229
230 void deserialize(std::ifstream &is, ObjectRepository &objectRepository) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected