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

Function TestFuzzUint32

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

Source from the content-addressed store, hash-verified

493}
494
495func TestFuzzUint32(t *testing.T) {
496 testTypeFuzz(t, &Tuint32{}, &Xuint32{})
497}
498
499func TestFuzzUint64(t *testing.T) {
500 testTypeFuzz(t, &Tuint64{}, &Xuint64{})

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…