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

Method ObjectRepository

lib/NGT/ObjectRepository.h:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 typedef Repository<Object> Parent;
33#endif
34 ObjectRepository(size_t dim, const std::type_info &ot)
35 : dimension(dim), type(ot), sparse(false), innerProduct(false) {}
36
37 void initialize() {
38 deleteAll();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected