Return the current trace sink.
(&self)
| 167 | |
| 168 | /// Return the current trace sink. |
| 169 | pub fn trace_sink(&self) -> Arc<dyn TraceSink> { |
| 170 | Arc::clone(&self.trace_sink.read().unwrap()) |
| 171 | } |
| 172 | |
| 173 | /// Set the search configuration for the tool context |
| 174 | pub fn set_search_config(&self, config: crate::config::SearchConfig) { |