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

Function TestFuzzSliceInt32

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

Source from the content-addressed store, hash-verified

611}
612
613func TestFuzzSliceInt32(t *testing.T) {
614 testTypeFuzz(t, &STint32{}, &SXint32{})
615}
616
617func TestFuzzSliceInt64(t *testing.T) {
618 testTypeFuzz(t, &STint64{}, &SXint64{})

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…