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

Function TestCorruptTail

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

Source from the content-addressed store, hash-verified

37}
38
39func TestCorruptTail(t *testing.T) {
40 h := header
41 h.Tail[3] += 1
42 expectErrorFromUndump(errCorrupted, h, t)
43}
44
45func TestUndump(t *testing.T) {
46 _, err := exec.LookPath("luac")

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…