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

Struct errorWriter

writer_test.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type errorWriter struct {
27 writeError error
28 shortWrite bool
29}
30
31func (ew *errorWriter) Write(p []byte) (int, error) {
32 if ew.writeError != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected