MCPcopy
hub / github.com/dgraph-io/dgraph / Fatal

Method Fatal

x/log.go:25–25  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

23func (rl *ToGlog) Warning(v ...interface{}) { glog.Warning(v...) }
24func (rl *ToGlog) Warningf(format string, v ...interface{}) { glog.Warningf(format, v...) }
25func (rl *ToGlog) Fatal(v ...interface{}) { glog.Fatal(v...) }
26func (rl *ToGlog) Fatalf(format string, v ...interface{}) { glog.Fatalf(format, v...) }
27func (rl *ToGlog) Panic(v ...interface{}) { log.Panic(v...) }
28func (rl *ToGlog) Panicf(format string, v ...interface{}) { log.Panicf(format, v...) }

Callers 15

jepsenUpFunction · 0.80
jepsenURLFunction · 0.80
saveJaegerTracesToJepsenFunction · 0.80
mainFunction · 0.80
TestConvertYAMLFunction · 0.80
RunBulkLoaderFunction · 0.80
lookupFunction · 0.80
runFunction · 0.80
TestIgnoreIndexConflictFunction · 0.80
TestReadIndexKeySameTxnFunction · 0.80
TestEmailUpsertFunction · 0.80
TestFriendListFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestConvertYAMLFunction · 0.64
TestIgnoreIndexConflictFunction · 0.64
TestReadIndexKeySameTxnFunction · 0.64
TestEmailUpsertFunction · 0.64
TestFriendListFunction · 0.64
TestNameSetFunction · 0.64
processToFastJSONFunction · 0.64
TestMainFunction · 0.64
TestDecryptFunction · 0.64
TestConcurrency2Function · 0.64
TestGoldenDataFunction · 0.64