MCPcopy Create free account
hub / github.com/Qihoo360/evpp / SerialMultiGetCommand

Method SerialMultiGetCommand

apps/evmc/command.h:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281class SerialMultiGetCommand : public Command {
282public:
283 SerialMultiGetCommand(evpp::EventLoop* loop, MultiGetCallback callback)
284 : Command(loop, 0), callback_(callback) {
285 }
286
287 virtual void OnError(int err_code) {
288 LOG(WARNING) << "MultiGetCommand OnError id =" << id();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected