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

Function TestFuzzSliceInt64

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

Source from the content-addressed store, hash-verified

615}
616
617func TestFuzzSliceInt64(t *testing.T) {
618 testTypeFuzz(t, &STint64{}, &SXint64{})
619}
620
621func TestFuzzSliceUint(t *testing.T) {
622 testTypeFuzz(t, &STuint{}, &SXuint{})

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…