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

Function TestFuzzUintptr

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

Source from the content-addressed store, hash-verified

501}
502
503func TestFuzzUintptr(t *testing.T) {
504 testTypeFuzz(t, &Tuintptr{}, &Xuintptr{})
505}
506
507func TestFuzzFloat32(t *testing.T) {
508 testTypeFuzz(t, &Tfloat32{}, &Xfloat32{})

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…