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

Function TestFuzzFloat32

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

Source from the content-addressed store, hash-verified

505}
506
507func TestFuzzFloat32(t *testing.T) {
508 testTypeFuzz(t, &Tfloat32{}, &Xfloat32{})
509}
510
511func TestFuzzFloat64(t *testing.T) {
512 testTypeFuzz(t, &Tfloat64{}, &Xfloat64{})

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…