Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
func
panicErr(t *testing.T, err error) {
332
t.Helper()
333
if
err != nil {
334
t.Fatal(err)
335
}
336
}
Callers
2
TestHandleResourceWithPath
Function · 0.85
TestMiddleware
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected