Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bodgit/sevenzip
/ Error
Method
Error
reader.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(e ReadError) Error() string {
43
return
fmt.Sprintf(
"sevenzip: read error: %v"
, e.Err)
44
}
45
46
func
(e ReadError) Unwrap() error {
47
return
e.Err
Callers
15
Readdir
Method · 0.80
Readdirnames
Method · 0.80
Stat
Method · 0.80
Sync
Method · 0.80
Truncate
Method · 0.80
WriteString
Method · 0.80
Close
Method · 0.80
Read
Method · 0.80
ReadAt
Method · 0.80
Seek
Method · 0.80
Write
Method · 0.80
WriteAt
Method · 0.80
Calls
no outgoing calls
Tested by
15
Readdir
Method · 0.64
Readdirnames
Method · 0.64
Stat
Method · 0.64
Sync
Method · 0.64
Truncate
Method · 0.64
WriteString
Method · 0.64
Close
Method · 0.64
Read
Method · 0.64
ReadAt
Method · 0.64
Seek
Method · 0.64
Write
Method · 0.64
WriteAt
Method · 0.64