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

Method Errorf

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

Source from the content-addressed store, hash-verified

18func (rl *ToGlog) Debugf(format string, v ...interface{}) { glog.V(3).Infof(format, v...) }
19func (rl *ToGlog) Error(v ...interface{}) { glog.Error(v...) }
20func (rl *ToGlog) Errorf(format string, v ...interface{}) { glog.Errorf(format, v...) }
21func (rl *ToGlog) Info(v ...interface{}) { glog.Info(v...) }
22func (rl *ToGlog) Infof(format string, v ...interface{}) { glog.Infof(format, v...) }
23func (rl *ToGlog) Warning(v ...interface{}) { glog.Warning(v...) }

Callers 15

jepsenServeFunction · 0.45
HeartbeatMethod · 0.45
RaftMessageMethod · 0.45
JoinClusterMethod · 0.45
IsPeerMethod · 0.45
ConnectMethod · 0.45
UpdateMembershipMethod · 0.45
StreamMembershipMethod · 0.45
OracleMethod · 0.45
ShouldServeMethod · 0.45
InformMethod · 0.45
AssignIdsMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestIndexCellsPointFunction · 0.36
TestIndexCellsPolygonFunction · 0.36
findIndexFunction · 0.36
TestParseFunction · 0.36
TestParseGeoJsonErrorsFunction · 0.36
TestEncryptFunction · 0.36
TestVerifyPasswordFunction · 0.36
TestParserFuzzFunction · 0.36
FuzzTestParserFunction · 0.36
TestCheckUpgradeFunction · 0.36
TestZeroGracefulShutdownFunction · 0.36
waitForClusterReadyFunction · 0.36