MCPcopy Index your code
hub / github.com/pquerna/ffjson / TestFuzzByte

Function TestFuzzByte

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

Source from the content-addressed store, hash-verified

461}
462
463func TestFuzzByte(t *testing.T) {
464 testTypeFuzz(t, &Tbyte{}, &Xbyte{})
465}
466
467func TestFuzzInt8(t *testing.T) {
468 testTypeFuzz(t, &Tint8{}, &Xint8{})

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…