MCPcopy Create free account
hub / github.com/dolanor/rip / panicErr

Function panicErr

handler_test.go:331–336  ·  view source on GitHub ↗
(t *testing.T, err error)

Source from the content-addressed store, hash-verified

329}
330
331func panicErr(t *testing.T, err error) {
332 t.Helper()
333 if err != nil {
334 t.Fatal(err)
335 }
336}

Callers 2

TestMiddlewareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected