(dir: impl AsRef<Path>)
| 124 | } |
| 125 | |
| 126 | pub fn load_from_dir(dir: impl AsRef<Path>) -> Result<Self> { |
| 127 | Self::load_from_dir_with_limits(dir, ArtifactStoreLimits::default()) |
| 128 | } |
| 129 | |
| 130 | pub fn load_from_dir_with_limits( |
| 131 | dir: impl AsRef<Path>, |
no outgoing calls
no test coverage detected