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

Function TestFuzzTSAString

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

Source from the content-addressed store, hash-verified

675}
676
677func TestFuzzTSAString(t *testing.T) {
678 testType(t, &TSAString{}, &XSAString{})
679}
680
681// This contains maps.
682// Since map order is random, we can expect the encoding order to be random

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…