MCPcopy
hub / github.com/pquerna/ffjson / TestSlicePtrNils

Function TestSlicePtrNils

tests/ff_test.go:466–470  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

464}
465
466func TestSlicePtrNils(t *testing.T) {
467 v1 := 3
468 v2 := 4
469 testType(t, &TslicePtr{X: []*int{nil, &v1, nil, &v2}}, &XslicePtr{X: []*int{nil, &v1, nil, &v2}})
470}
471
472func TestMapPtrNils(t *testing.T) {
473 v1 := 3

Callers

nothing calls this directly

Calls 1

testTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…