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

Function TestFuzzInt64

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

Source from the content-addressed store, hash-verified

477}
478
479func TestFuzzInt64(t *testing.T) {
480 testTypeFuzz(t, &Tint64{}, &Xint64{})
481}
482
483func TestFuzzUint(t *testing.T) {
484 testTypeFuzz(t, &Tuint{}, &Xuint{})

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…