Returns the configuration options for the session.
(&self)
| 135 | |
| 136 | /// Returns the configuration options for the session. |
| 137 | pub fn config_options(&self) -> &Arc<ConfigOptions> { |
| 138 | &self.config_options |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | impl SimplifyContextBuilder { |
no outgoing calls
no test coverage detected