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

Method Error

utils/log/entrylogwrapper.go:88–90  ·  view source on GitHub ↗

Error record a new error level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

86
87// Error record a new error level log.
88func (entry *Entry) Error(args ...interface{}) {
89 (*logrus.Entry)(entry).Error(args...)
90}
91
92// Fatal record a fatal level log.
93func (entry *Entry) Fatal(args ...interface{}) {

Callers 15

processAddTxReqMethod · 0.80
nextNonceMethod · 0.80
updatePermissionMethod · 0.80
updateKeysMethod · 0.80
TestConnAndSeqAllocationFunction · 0.80
ackWorkerMethod · 0.80
WaitBPDatabaseCreationFunction · 0.80
runPeerListUpdaterFunction · 0.80
TestEncryptDecryptFunction · 0.80
TestTrie_GetFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestConnAndSeqAllocationFunction · 0.64
TestEncryptDecryptFunction · 0.64
TestTrie_GetFunction · 0.64
benchmarkEncFunction · 0.64
benchmarkDecFunction · 0.64
benchmarkVerifyFunction · 0.64
benchmarkSignFunction · 0.64
TestCipheringBasicFunction · 0.64
TestGenSecp256k1KeypairFunction · 0.64
TestGenECDHSharedSecretFunction · 0.64
TestHashFunction · 0.64