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

Function TestArrayInt32

tests/ff_test.go:634–636  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

632}
633
634func TestArrayInt32(t *testing.T) {
635 testType(t, &ATint32{}, &AXint32{})
636}
637
638func TestArrayInt64(t *testing.T) {
639 testType(t, &ATint64{}, &AXint64{})

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…