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

Function TestFuzzInt32

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

Source from the content-addressed store, hash-verified

473}
474
475func TestFuzzInt32(t *testing.T) {
476 testTypeFuzz(t, &Tint32{}, &Xint32{})
477}
478
479func TestFuzzInt64(t *testing.T) {
480 testTypeFuzz(t, &Tint64{}, &Xint64{})

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…