Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Panic
Function
Panic
x/error.go:64–68 ·
view source on GitHub ↗
Panic on error.
(err error)
Source
from the content-addressed store, hash-verified
62
63
// Panic on error.
64
func
Panic(err error) {
65
if
err != nil {
66
panic(err)
67
}
68
}
69
70
func
Log(err error, msg string) {
71
if
err != nil {
Callers
15
convertJSON
Function · 0.92
getColumnValues
Function · 0.92
queryCounter
Function · 0.92
TestMain
Function · 0.92
TestMain
Function · 0.92
TestGeoValidWkbData
Function · 0.92
TestMain
Function · 0.92
SetupSubTest
Method · 0.92
TestPluginTestSuite
Function · 0.92
SetupTest
Method · 0.92
TestCountIndex
Function · 0.92
SetupTest
Method · 0.92
Calls
no outgoing calls
Tested by
15
TestMain
Function · 0.74
TestMain
Function · 0.74
TestGeoValidWkbData
Function · 0.74
TestMain
Function · 0.74
SetupSubTest
Method · 0.74
TestPluginTestSuite
Function · 0.74
SetupTest
Method · 0.74
TestCountIndex
Function · 0.74
SetupTest
Method · 0.74
TestSystestSuite
Function · 0.74
populateCluster
Function · 0.74
TestCountReverseIndex
Function · 0.74