MCPcopy
hub / github.com/rs/zerolog / Close

Method Close

writer_test.go:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (cb *closableBuffer) Close() error {
22 cb.closed = true
23 return cb.closeError
24}
25
26type errorWriter struct {
27 writeError error

Callers 2

TestSyncWriterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected