MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Fatal

Function Fatal

utils/log/logwrapper.go:297–300  ·  view source on GitHub ↗

Fatal logs a message at level Fatal on the standard logger.

(args ...interface{})

Source from the content-addressed store, hash-verified

295
296// Fatal logs a message at level Fatal on the standard logger.
297func Fatal(args ...interface{}) {
298 //std.WithField("Func", getFuncPath(2)).Fatal(args...)
299 logrus.Fatal(args...)
300}
301
302// Panic logs a message at level Panic on the standard logger.
303func Panic(args ...interface{}) {

Callers 15

mainFunction · 0.92
mainFunction · 0.92
InitBPFunction · 0.92
stopNodesFunction · 0.92
stopNodesFunction · 0.92
initFunction · 0.92
InitConsistentFunction · 0.92
leaderDoCommitMethod · 0.92
followerDoCommitMethod · 0.92
createSqliteTestTableFunction · 0.92
mainFunction · 0.92

Calls 1

FatalMethod · 0.80

Tested by 15

stopNodesFunction · 0.74
stopNodesFunction · 0.74
initFunction · 0.74
initTestDBFunction · 0.74
TestShrinkGrowFunction · 0.74
TestReadWriteBlocksFunction · 0.74
BenchmarkSQLiteFunction · 0.74
TestIncCounterFunction · 0.74
TestIncCounterSimpleArgsFunction · 0.74