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

Function TestByte

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

Source from the content-addressed store, hash-verified

517}
518
519func TestByte(t *testing.T) {
520 testType(t, &Tbyte{}, &Xbyte{})
521}
522
523func TestInt8(t *testing.T) {
524 testType(t, &Tint8{}, &Xint8{})

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…