MCPcopy 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
42func (e ReadError) Error() string {
43 return fmt.Sprintf("sevenzip: read error: %v", e.Err)
44}
45
46func (e ReadError) Unwrap() error {
47 return e.Err

Callers 15

ReaddirMethod · 0.80
ReaddirnamesMethod · 0.80
StatMethod · 0.80
SyncMethod · 0.80
TruncateMethod · 0.80
WriteStringMethod · 0.80
CloseMethod · 0.80
ReadMethod · 0.80
ReadAtMethod · 0.80
SeekMethod · 0.80
WriteMethod · 0.80
WriteAtMethod · 0.80

Calls

no outgoing calls

Tested by 15

ReaddirMethod · 0.64
ReaddirnamesMethod · 0.64
StatMethod · 0.64
SyncMethod · 0.64
TruncateMethod · 0.64
WriteStringMethod · 0.64
CloseMethod · 0.64
ReadMethod · 0.64
ReadAtMethod · 0.64
SeekMethod · 0.64
WriteMethod · 0.64
WriteAtMethod · 0.64