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

Function TestFuzzInt8

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

Source from the content-addressed store, hash-verified

465}
466
467func TestFuzzInt8(t *testing.T) {
468 testTypeFuzz(t, &Tint8{}, &Xint8{})
469}
470
471func TestFuzzInt16(t *testing.T) {
472 testTypeFuzz(t, &Tint16{}, &Xint16{})

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…