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

Function TestFuzzInt

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

Source from the content-addressed store, hash-verified

457}
458
459func TestFuzzInt(t *testing.T) {
460 testTypeFuzz(t, &Tint{}, &Xint{})
461}
462
463func TestFuzzByte(t *testing.T) {
464 testTypeFuzz(t, &Tbyte{}, &Xbyte{})

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…