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

Function TestFuzzArray

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

Source from the content-addressed store, hash-verified

433}
434
435func TestFuzzArray(t *testing.T) {
436 testTypeFuzz(t, &Tarray{X: [3]int{}}, &Xarray{X: [3]int{}})
437}
438
439func TestFuzzArrayPtr(t *testing.T) {
440 testTypeFuzz(t, &TarrayPtr{X: [3]*int{}}, &XarrayPtr{X: [3]*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…