Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DataDog/jsonapi
/ errorf
Function
errorf
internal/is/is.go:11–14 ·
view source on GitHub ↗
(t *testing.T, expected, actual any)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
errorf(t *testing.T, expected, actual any) {
12
t.Helper()
13
t.Errorf(
"\nexpected: %+v\n actual: %+v"
, expected, actual)
14
}
15
16
func
isNil(v any) bool {
17
if
v == nil {
Callers
5
Nil
Function · 0.85
Equal
Function · 0.85
NoError
Function · 0.85
Error
Function · 0.85
EqualJSON
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected