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

Function TestFuzzTimeDuration

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

Source from the content-addressed store, hash-verified

449}
450
451func TestFuzzTimeDuration(t *testing.T) {
452 testTypeFuzz(t, &Tduration{}, &Xduration{})
453}
454
455func TestFuzzBool(t *testing.T) {
456 testTypeFuzz(t, &Tbool{}, &Xbool{})

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…