Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ exitIfErr
Function
exitIfErr
datasource/sqlite/sqlite_test.go:36–40 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
34
)
35
36
func
exitIfErr(err error) {
37
if
err != nil {
38
panic(err.Error())
39
}
40
}
41
func
LoadTestDataOnce(t *testing.T) {
42
loadData.Do(
func
() {
43
testutil.Setup()
Callers
1
LoadTestDataOnce
Function · 0.85
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected