MCPcopy
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
70func panicIfErr(err error) {
71 if err != nil {
72 panic(err)
73 }
74}
75
76func logError(msg string) {
77 os.Stderr.WriteString(msg + "\n")

Callers 7

queryDataSetFunction · 0.85
createTablesForDataSetFunction · 0.85
ingestDataForDataSetFunction · 0.85
makeQueryFunction · 0.85
createTableFunction · 0.85
ingestDataForTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected