Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
type
errorWriter
struct
{
27
writeError error
28
shortWrite bool
29
}
30
31
func
(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