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

Function TestFuzzInt16

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

Source from the content-addressed store, hash-verified

469}
470
471func TestFuzzInt16(t *testing.T) {
472 testTypeFuzz(t, &Tint16{}, &Xint16{})
473}
474
475func TestFuzzInt32(t *testing.T) {
476 testTypeFuzz(t, &Tint32{}, &Xint32{})

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…