MCPcopy 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
11func errorf(t *testing.T, expected, actual any) {
12 t.Helper()
13 t.Errorf("\nexpected: %+v\n actual: %+v", expected, actual)
14}
15
16func isNil(v any) bool {
17 if v == nil {

Callers 5

NilFunction · 0.85
EqualFunction · 0.85
NoErrorFunction · 0.85
ErrorFunction · 0.85
EqualJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected