Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ badLevelWriter
Struct
badLevelWriter
event_test.go:439–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
type
badLevelWriter
struct
{
440
err error
441
}
442
443
func
(w *badLevelWriter) WriteLevel(level Level, p []byte) (n int, err error) {
444
return
0, w.err
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected