MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / checkError

Function checkError

example/table/table_session_example.go:161–165  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

159}
160
161func checkError(err error) {
162 if err != nil {
163 log.Fatal(err)
164 }
165}

Callers 2

mainFunction · 0.70
insertRelationalTabletFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…