Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bodgit/sevenzip
/ Stat
Method
Stat
reader.go:811–811 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
809
810
func
(d *openDir) Close() error {
return
nil }
811
func
(d *openDir) Stat() (iofs.FileInfo, error) {
return
d.e.stat() }
812
813
var
errIsDirectory = errors.New(
"is a directory"
)
814
Callers
2
TestNewReader
Function · 0.45
openReader
Function · 0.45
Calls
1
stat
Method · 0.80
Tested by
1
TestNewReader
Function · 0.36