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

Function TestArrayBool

tests/ff_test.go:614–616  ·  view source on GitHub ↗

Test arrays

(t *testing.T)

Source from the content-addressed store, hash-verified

612
613// Test arrays
614func TestArrayBool(t *testing.T) {
615 testType(t, &ATbool{}, &AXbool{})
616}
617
618func TestArrayInt(t *testing.T) {
619 testType(t, &ATint{}, &AXint{})

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…