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

Function TestFuzzI18nName

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

Source from the content-addressed store, hash-verified

655}
656
657func TestFuzzI18nName(t *testing.T) {
658 testTypeFuzz(t, &TI18nName{}, &XI18nName{})
659}
660
661func TestFuzzInlineStructs(t *testing.T) {
662 testTypeFuzzN(t, &TInlineStructs{}, &XInlineStructs{}, 100)

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…