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

Function TestFuzzSliceTimeDuration

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

Source from the content-addressed store, hash-verified

587}
588
589func TestFuzzSliceTimeDuration(t *testing.T) {
590 testTypeFuzz(t, &STduration{}, &SXduration{})
591}
592
593func TestFuzzSliceBool(t *testing.T) {
594 testTypeFuzz(t, &STbool{}, &SXbool{})

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…