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

Method WriteString

reader_internal_test.go:128–132  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

126}
127
128func (m *mockFile) WriteString(s string) (int, error) {
129 args := m.Called(s)
130
131 return args.Int(0), args.Error(1)
132}
133
134func (m *mockFile) Close() error {
135 return m.Called().Error(0)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected