Returns the QueryDriver that owns this ClientRequestState.
| 489 | |
| 490 | /// Returns the QueryDriver that owns this ClientRequestState. |
| 491 | QueryDriver* parent_driver() const { return parent_driver_; } |
| 492 | |
| 493 | AdmissionControlClient* admission_control_client() const { |
| 494 | return admission_control_client_.get(); |
no outgoing calls
no test coverage detected