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

Function TestSliceFloat32

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

Source from the content-addressed store, hash-verified

729}
730
731func TestSliceFloat32(t *testing.T) {
732 testType(t, &STfloat32{}, &SXfloat32{})
733}
734
735func TestSliceFloat64(t *testing.T) {
736 testType(t, &STfloat64{}, &SXfloat64{})

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…