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

Function TestFuzzSliceBool

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

Source from the content-addressed store, hash-verified

591}
592
593func TestFuzzSliceBool(t *testing.T) {
594 testTypeFuzz(t, &STbool{}, &SXbool{})
595}
596
597func TestFuzzSliceInt(t *testing.T) {
598 testTypeFuzz(t, &STint{}, &SXint{})

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…