| 290 | butil::IOBuf& request_attachment() { return _request_attachment; } |
| 291 | |
| 292 | ConnectionType connection_type() const { return _connection_type; } |
| 293 | // Get the called method. May-be NULL for non-pb services. |
| 294 | const google::protobuf::MethodDescriptor* method() const { return _method; } |
| 295 |
no outgoing calls
no test coverage detected