MCPcopy Index your code
hub / github.com/pquerna/ffjson / TestFuzzInlineStructs

Function TestFuzzInlineStructs

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

Source from the content-addressed store, hash-verified

659}
660
661func TestFuzzInlineStructs(t *testing.T) {
662 testTypeFuzzN(t, &TInlineStructs{}, &XInlineStructs{}, 100)
663}
664
665func TestFuzzTMapStringMapString(t *testing.T) {
666 testType(t, &TMapStringMapString{}, &XMapStringMapString{})

Callers

nothing calls this directly

Calls 1

testTypeFuzzNFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…