MCPcopy Create free account
hub / github.com/apache/kvrocks / GetContent

Method GetContent

src/server/server.h:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176 ServerLogType GetType() const { return type_; }
177 std::string GetContent() const { return content_; }
178 std::string Encode() const;
179 Status Decode(const rocksdb::Slice &blob);
180

Callers 1

LogDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected