MCPcopy Create free account
hub / github.com/bodgit/sevenzip / ReadAt

Method ReadAt

reader_internal_test.go:144–148  ·  view source on GitHub ↗
(p []byte, off int64)

Source from the content-addressed store, hash-verified

142}
143
144func (m *mockFile) ReadAt(p []byte, off int64) (int, error) {
145 args := m.Called(p, off)
146
147 return args.Int(0), args.Error(1)
148}
149
150func (m *mockFile) Seek(offset int64, whence int) (int64, error) {
151 args := m.Called(offset, whence)

Callers 1

findSignatureFunction · 0.80

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected