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

Function TestFuzzArrayPtr

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

Source from the content-addressed store, hash-verified

437}
438
439func TestFuzzArrayPtr(t *testing.T) {
440 testTypeFuzz(t, &TarrayPtr{X: [3]*int{}}, &XarrayPtr{X: [3]*int{}})
441}
442
443func TestFuzzSlice(t *testing.T) {
444 testTypeFuzz(t, &Tslice{X: []int{}}, &Xslice{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…