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

Method SetAttributes

src/commands/commander.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124class Commander {
125 public:
126 void SetAttributes(const CommandAttributes *attributes) { attributes_ = attributes; }
127 const CommandAttributes *GetAttributes() const { return attributes_; }
128 void SetArgs(const std::vector<std::string> &args) { args_ = args; }
129 virtual Status Parse() { return Parse(args_); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected