| 315 | int64 InMemoryRunGraphRequest::step_id() const { return step_id_; } |
| 316 | |
| 317 | void InMemoryRunGraphRequest::set_step_id(int64 step_id) { step_id_ = step_id; } |
| 318 | |
| 319 | const ExecutorOpts& InMemoryRunGraphRequest::exec_opts() const { |
| 320 | return exec_opts_; |
no outgoing calls