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

Method Warning

utils/log/entrylogwrapper.go:83–85  ·  view source on GitHub ↗

Warning record a new warning level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

81
82// Warning record a new warning level log.
83func (entry *Entry) Warning(args ...interface{}) {
84 (*logrus.Entry)(entry).Warning(args...)
85}
86
87// Error record a new error level log.
88func (entry *Entry) Error(args ...interface{}) {

Callers 15

transferAccountTokenMethod · 0.80
updatePermissionMethod · 0.80
updateBillingMethod · 0.80
UpdatePermissionFunction · 0.80
TransferTokenFunction · 0.80
getNonceFunction · 0.80
runPeerListUpdaterFunction · 0.80
processBlocksMethod · 0.80
billingMethod · 0.80
newRunTimeFunction · 0.80
NewServiceFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWithFieldFunction · 0.64