MCPcopy
hub / github.com/pquerna/ffjson / TestFuzzBool

Function TestFuzzBool

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

Source from the content-addressed store, hash-verified

453}
454
455func TestFuzzBool(t *testing.T) {
456 testTypeFuzz(t, &Tbool{}, &Xbool{})
457}
458
459func TestFuzzInt(t *testing.T) {
460 testTypeFuzz(t, &Tint{}, &Xint{})

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…