(mut self, limit: usize)
| 454 | } |
| 455 | |
| 456 | pub fn with_file_statistics_cache_limit(mut self, limit: usize) -> Self { |
| 457 | self.cache_manager = self.cache_manager.with_file_statistics_cache_limit(limit); |
| 458 | self |
| 459 | } |
| 460 | |
| 461 | /// Build a RuntimeEnv |
| 462 | pub fn build(self) -> Result<RuntimeEnv> { |
no outgoing calls
no test coverage detected