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

Function TestFuzzUint16

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

Source from the content-addressed store, hash-verified

489}
490
491func TestFuzzUint16(t *testing.T) {
492 testTypeFuzz(t, &Tuint16{}, &Xuint16{})
493}
494
495func TestFuzzUint32(t *testing.T) {
496 testTypeFuzz(t, &Tuint32{}, &Xuint32{})

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…