| 98 | } |
| 99 | |
| 100 | int64 InMemoryRunStepRequest::request_id() const { |
| 101 | return 0; // no need to track request id for local version. |
| 102 | } |
| 103 | |
| 104 | void InMemoryRunStepRequest::set_store_errors_in_response_body( |
| 105 | bool store_errors) { |
no outgoing calls
no test coverage detected