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

Function TestFuzzSliceInt16

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

Source from the content-addressed store, hash-verified

607}
608
609func TestFuzzSliceInt16(t *testing.T) {
610 testTypeFuzz(t, &STint16{}, &SXint16{})
611}
612
613func TestFuzzSliceInt32(t *testing.T) {
614 testTypeFuzz(t, &STint32{}, &SXint32{})

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…