| 326 | } |
| 327 | |
| 328 | struct InputSource { |
| 329 | path: PathBuf, |
| 330 | kind: PathKind, |
| 331 | compression: Compression, |
| 332 | } |
| 333 | |
| 334 | impl InputSource { |
| 335 | pub fn from_str(path: &str) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected