Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
func
checkError(err error) {
162
if
err != nil {
163
log.Fatal(err)
164
}
165
}
Callers
2
main
Function · 0.70
insertRelationalTablet
Function · 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…