MCPcopy Create free account
hub / github.com/apache/impala / TestArgumentsInDiffPackage

Method TestArgumentsInDiffPackage

be/src/kudu/rpc/rpc-test-base.h:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 void TestArgumentsInDiffPackage(const ReqDiffPackagePB *req,
315 RespDiffPackagePB *resp,
316 ::kudu::rpc::RpcContext *context) override {
317 context->RespondSuccess();
318 }
319
320 void Panic(const PanicRequestPB* req, PanicResponsePB* resp, RpcContext* context) override {
321 TRACE("Got panic request");

Callers

nothing calls this directly

Calls 1

RespondSuccessMethod · 0.45

Tested by

no test coverage detected