Return mutable execution properties
(&mut self)
| 816 | |
| 817 | /// Return mutable execution properties |
| 818 | pub fn execution_props_mut(&mut self) -> &mut ExecutionProps { |
| 819 | &mut self.execution_props |
| 820 | } |
| 821 | |
| 822 | /// Return the [`SessionConfig`] |
| 823 | pub fn config(&self) -> &SessionConfig { |
no outgoing calls
no test coverage detected