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

Function TestFloatInt

tests/ff_float_test.go:98–103  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

96}
97
98func TestFloatInt(t *testing.T) {
99 testExpectedXValBare(t,
100 1.0,
101 `1`,
102 &Xfloat64{})
103}

Callers

nothing calls this directly

Calls 1

testExpectedXValBareFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…