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

Function TestFuzzTMapStringMapString

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

Source from the content-addressed store, hash-verified

663}
664
665func TestFuzzTMapStringMapString(t *testing.T) {
666 testType(t, &TMapStringMapString{}, &XMapStringMapString{})
667}
668
669func TestFuzzTMapStringAString(t *testing.T) {
670 testType(t, &TMapStringAString{}, &XMapStringAString{})

Callers

nothing calls this directly

Calls 1

testTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…