MCPcopy Create free account
hub / github.com/pquerna/ffjson / TestFuzzSliceInt8

Function TestFuzzSliceInt8

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

Source from the content-addressed store, hash-verified

603}
604
605func TestFuzzSliceInt8(t *testing.T) {
606 testTypeFuzz(t, &STint8{}, &SXint8{})
607}
608
609func TestFuzzSliceInt16(t *testing.T) {
610 testTypeFuzz(t, &STint16{}, &SXint16{})

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…