MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / Fatalf

Function Fatalf

x/error.go:104–106  ·  view source on GitHub ↗

Fatalf logs fatal.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

102
103// Fatalf logs fatal.
104func Fatalf(format string, args ...interface{}) {
105 log.Fatalf("%+v", errors.Errorf(format, args...))
106}

Callers 15

CompareValsFunction · 0.92
stringHelperMethod · 0.92
stringHelperMethod · 0.92
initCmdsFunction · 0.92
handleErrorFunction · 0.92
StartRaftNodesFunction · 0.92
applyCommittedMethod · 0.92
DockerRunFunction · 0.92
benchmarkUnpackFunction · 0.92
compareValuesFunction · 0.92
ApplyMethod · 0.92
addMutationHelperFunction · 0.92

Calls 2

FatalfMethod · 0.80
ErrorfMethod · 0.45

Tested by 2

addMutationHelperFunction · 0.74
addMutationFunction · 0.74