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

Method readText

lib/NGT/ObjectRepository.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void readText(std::istream &is, size_t dataSize = 0) {
84 initialize();
85 appendText(is, dataSize);
86 }
87
88 virtual PersistentObject *allocateNormalizedPersistentObject(const std::vector<double> &obj) {
89 std::cerr << "ObjectRepository::allocateNormalizedPersistentObject(double): Fatal error! Something wrong!"

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.70

Tested by

no test coverage detected