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

Function TestFuzzSliceFloat32

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

Source from the content-addressed store, hash-verified

643}
644
645func TestFuzzSliceFloat32(t *testing.T) {
646 testTypeFuzz(t, &STfloat32{}, &SXfloat32{})
647}
648
649func TestFuzzSliceFloat64(t *testing.T) {
650 testTypeFuzz(t, &STfloat64{}, &SXfloat64{})

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…