Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/aresdb
/ panicIfErr
Function
panicIfErr
examples/examples.go:70–74 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
panicIfErr(err error) {
71
if
err != nil {
72
panic(err)
73
}
74
}
75
76
func
logError(msg string) {
77
os.Stderr.WriteString(msg +
"\n"
)
Callers
7
parseAndGenerateRandomTime
Function · 0.85
queryDataSet
Function · 0.85
createTablesForDataSet
Function · 0.85
ingestDataForDataSet
Function · 0.85
makeQuery
Function · 0.85
createTable
Function · 0.85
ingestDataForTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected