Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
104
func
Fatalf(format string, args ...
interface
{}) {
105
log.Fatalf(
"%+v"
, errors.Errorf(format, args...))
106
}
Callers
15
CompareVals
Function · 0.92
stringHelper
Method · 0.92
stringHelper
Method · 0.92
initCmds
Function · 0.92
handleError
Function · 0.92
StartRaftNodes
Function · 0.92
applyCommitted
Method · 0.92
DockerRun
Function · 0.92
benchmarkUnpack
Function · 0.92
compareValues
Function · 0.92
Apply
Method · 0.92
addMutationHelper
Function · 0.92
Calls
2
Fatalf
Method · 0.80
Errorf
Method · 0.45
Tested by
2
addMutationHelper
Function · 0.74
addMutation
Function · 0.74