Whether this backend exposes [`WorkspaceSearch`].
(&self)
| 332 | |
| 333 | /// Whether this backend exposes [`WorkspaceSearch`]. |
| 334 | pub fn search_enabled(&self) -> bool { |
| 335 | self.search_enabled |
| 336 | } |
| 337 | |
| 338 | /// Override the per-search object-scan ceiling. `0` resets to default. |
| 339 | pub fn with_max_objects_scanned(mut self, n: usize) -> Self { |