Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ Error
Method
Error
event_test.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
type
nilError
struct
{}
17
18
func
(nilError) Error() string {
19
return
"nope"
20
}
21
22
func
TestEvent_AnErr(t *testing.T) {
23
tests := []
struct
{
Callers
1
TestEvent_DoneHandler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected