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

Method idl_names

src/brpc/controller.h:602–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 // request_name response_name
601 void set_idl_names(const IdlNames& names) { _idl_names = names; }
602 IdlNames idl_names() const { return _idl_names; }
603
604 // Get/set idl result. The type is limited to be integral.
605 // int32_t Echo(EchoRequest req, EchoResponse res);

Callers 3

ParseResponseFunction · 0.80
SerializeUbrpcRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected