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

Function TestFuzzSlice

tests/fuzz_test.go:443–445  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

441}
442
443func TestFuzzSlice(t *testing.T) {
444 testTypeFuzz(t, &Tslice{X: []int{}}, &Xslice{X: []int{}})
445}
446
447func TestFuzzSlicePtr(t *testing.T) {
448 testTypeFuzz(t, &TslicePtr{X: []*int{}}, &XslicePtr{X: []*int{}})

Callers

nothing calls this directly

Calls 1

testTypeFuzzFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…