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

Method Errorf

utils/log/entrylogwrapper.go:130–132  ·  view source on GitHub ↗

Errorf record a error level log.

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

Source from the content-addressed store, hash-verified

128
129// Errorf record a error level log.
130func (entry *Entry) Errorf(format string, args ...interface{}) {
131 (*logrus.Entry)(entry).Errorf(format, args...)
132}
133
134// Fatalf record a fatal level log.
135func (entry *Entry) Fatalf(format string, args ...interface{}) {

Callers 15

TestStmtFunction · 0.80
WaitTxConfirmationFunction · 0.80
TestEncryptDecryptCasesFunction · 0.80
TestCipheringErrorsFunction · 0.80
TestSignFunction · 0.80
TestGenECDHSharedSecretFunction · 0.80
TestPubKeyFunction · 0.80
TestHashFunction · 0.80
TestHashStringFunction · 0.80
TestNewHashFromStrFunction · 0.80
TestHash_DifficultyFunction · 0.80
hash.goFile · 0.80

Calls

no outgoing calls

Tested by 15

TestStmtFunction · 0.64
TestEncryptDecryptCasesFunction · 0.64
TestCipheringErrorsFunction · 0.64
TestSignFunction · 0.64
TestGenECDHSharedSecretFunction · 0.64
TestPubKeyFunction · 0.64
TestHashFunction · 0.64
TestHashStringFunction · 0.64
TestNewHashFromStrFunction · 0.64
TestHash_DifficultyFunction · 0.64
TestHashFuncsFunction · 0.64
TestDoubleHashFuncsFunction · 0.64