| 397 | } |
| 398 | |
| 399 | type SevenZipDecompressor struct { |
| 400 | src string |
| 401 | } |
| 402 | |
| 403 | func findRootFolderIn7Zip(zipFilePath string) string { |
| 404 | r, err := sevenzip.OpenReader(zipFilePath) |
nothing calls this directly
no outgoing calls
no test coverage detected