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

Method initialize

lib/NGT/ObjectRepository.h:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 : dimension(dim), type(ot), sparse(false), innerProduct(false) {}
36
37 void initialize() {
38 deleteAll();
39 Parent::push_back((PersistentObject *)0);
40 }
41
42 void serialize(const std::string &ofile, ObjectSpace *ospace) {
43 std::ofstream objs(ofile);

Callers

nothing calls this directly

Calls 1

deleteAllFunction · 0.85

Tested by

no test coverage detected