MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / size

Method size

include/rabitqlib/utils/rotator.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 // Buffer I/O
38 virtual void load(const char *data) = 0;
39 virtual void save(char *data) const = 0; // dump to buffer
40 virtual size_t dump_bytes() const = 0;
41 [[nodiscard]] size_t size() const { return this->padded_dim_; }
42};

Callers 3

loadMethod · 0.45
saveMethod · 0.45
dump_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected