MCPcopy Create free account
hub / github.com/apache/brpc / arg

Method arg

src/brpc/input_message_base.h:45–45  ·  view source on GitHub ↗

Arg of the InputMessageHandler which parses this message successfully.

Source from the content-addressed store, hash-verified

43
44 // Arg of the InputMessageHandler which parses this message successfully.
45 const void* arg() const { return _arg; }
46
47 // [Internal]
48 int64_t received_us() const { return _received_us; }

Callers 14

ProcessRpcRequestMethod · 0.80
VerifyHttpRequestFunction · 0.80
ProcessHttpRequestFunction · 0.80
ProcessSofaRequestFunction · 0.80
VerifySofaRequestFunction · 0.80
ProcessNsheadRequestFunction · 0.80
VerifyNsheadRequestFunction · 0.80
ProcessThriftRequestFunction · 0.80
VerifyThriftRequestFunction · 0.80
ProcessMongoRequestFunction · 0.80
ProcessRpcRequestFunction · 0.80
VerifyRpcRequestFunction · 0.80

Calls

no outgoing calls

Tested by 1

ProcessRpcRequestMethod · 0.64