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

Method Close

reader_internal_test.go:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (m *mockFile) Close() error {
135 return m.Called().Error(0)
136}
137
138func (m *mockFile) Read(p []byte) (int, error) {
139 args := m.Called(p)

Callers 1

TestOpenReaderFunction · 0.45

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected