Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ loggableError
Struct
loggableError
error_marshal_test.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
loggableError
struct
{
11
error
12
}
13
14
func
(l loggableError) MarshalZerologObject(e *Event) {
15
if
l.error == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected