Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ WrapFile
Struct
WrapFile
internal/archive/sevenzip/utils.go:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
type
WrapFile
struct
{
27
f *sevenzip.File
28
}
29
30
func
(f *WrapFile) Name() string {
31
return
f.f.Name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected