Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ WrapFile
Struct
WrapFile
internal/archive/zip/utils.go:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
type
WrapFile
struct
{
42
f *zip.File
43
}
44
45
func
(f *WrapFile) Name() string {
46
return
decodeName(f.f.Name, isEFS(f.f.Flags))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected