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

Function TestFuzzSlicePtr

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

Source from the content-addressed store, hash-verified

445}
446
447func TestFuzzSlicePtr(t *testing.T) {
448 testTypeFuzz(t, &TslicePtr{X: []*int{}}, &XslicePtr{X: []*int{}})
449}
450
451func TestFuzzTimeDuration(t *testing.T) {
452 testTypeFuzz(t, &Tduration{}, &Xduration{})

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…