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

Method GetType

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

Source from the content-addressed store, hash-verified

174 explicit ServerLogData(ServerLogType type, std::string content) : type_(type), content_(std::move(content)) {}
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);

Callers 1

LogDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected