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

Function TestBool

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

Source from the content-addressed store, hash-verified

505}
506
507func TestBool(t *testing.T) {
508 testType(t, &Tbool{}, &Xbool{})
509 testExpectedXValBare(t,
510 true,
511 `null`,
512 &Xbool{X: true})
513}
514
515func TestInt(t *testing.T) {
516 testType(t, &Tint{}, &Xint{})

Callers

nothing calls this directly

Calls 2

testTypeFunction · 0.85
testExpectedXValBareFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…