MCPcopy Index your code
hub / github.com/Shopify/go-lua / TestWrongVersion

Function TestWrongVersion

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

Source from the content-addressed store, hash-verified

25}
26
27func TestWrongVersion(t *testing.T) {
28 h := header
29 h.Version += 1
30 expectErrorFromUndump(errVersionMismatch, h, t)
31}
32
33func TestWrongNumberSize(t *testing.T) {
34 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…