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

Method Fatalf

x/log.go:26–26  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

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

indexCellsForPointFunction · 0.80
FuzzTestParserFunction · 0.80
deleteDuplicatesGroupFunction · 0.80
deleteDuplicatesUserFunction · 0.80
SubscribeForAclUpdatesFunction · 0.80
generateMethod · 0.80
initFunction · 0.80
runFunction · 0.80
outputConstraintsMethod · 0.80
applyConfChangeMethod · 0.80
initAndStartNodeMethod · 0.80

Calls

no outgoing calls

Tested by 15

FuzzTestParserFunction · 0.64
verifyImportResultsFunction · 0.64
setupFunction · 0.64
TestMainFunction · 0.64
fetchMetricsFunction · 0.64
checkSchemaFunction · 0.64
TestTxnRead1Function · 0.64
TestTxnRead2Function · 0.64
TestTxnRead3Function · 0.64
TestTxnRead4Function · 0.64
TestTxnRead5Function · 0.64
TestConflictFunction · 0.64