MCPcopy Create free account
hub / github.com/Shopify/go-lua / TestWrongNumberSize

Function TestWrongNumberSize

undump_test.go:33–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

31}
32
33func TestWrongNumberSize(t *testing.T) {
34 h := header
35 h.NumberSize /= 2
36 expectErrorFromUndump(errIncompatible, h, t)
37}
38
39func TestCorruptTail(t *testing.T) {
40 h := header

Callers

nothing calls this directly

Calls 1

expectErrorFromUndumpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…