MCPcopy Index your code
hub / github.com/version-fox/vfox / SevenZipDecompressor

Struct SevenZipDecompressor

internal/shared/util/decompressor.go:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399type SevenZipDecompressor struct {
400 src string
401}
402
403func findRootFolderIn7Zip(zipFilePath string) string {
404 r, err := sevenzip.OpenReader(zipFilePath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected