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

Function Debugf

utils/log/logwrapper.go:309–311  ·  view source on GitHub ↗

Debugf logs a message at level Debug on the standard logger.

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

Source from the content-addressed store, hash-verified

307
308// Debugf logs a message at level Debug on the standard logger.
309func Debugf(format string, args ...interface{}) {
310 logrus.Debugf(format, args...)
311}
312
313// Printf logs a message at level Info on the standard logger.
314func Printf(format string, args ...interface{}) {

Callers 15

storeFunction · 0.92
nextNonceMethod · 0.92
updateBillingMethod · 0.92
TestMetaStateFunction · 0.92
defaultInitFunction · 0.92
initNodeFunction · 0.92
TestInitFunction · 0.92
TestEncryptDecryptCasesFunction · 0.92
BarMethod · 0.92
BarMethod · 0.92
serverFunction · 0.92
clientFunction · 0.92

Calls 1

DebugfMethod · 0.80

Tested by 15

TestMetaStateFunction · 0.74
initNodeFunction · 0.74
TestInitFunction · 0.74
TestEncryptDecryptCasesFunction · 0.74
BarMethod · 0.74
BarMethod · 0.74
serverFunction · 0.74
clientFunction · 0.74
serverComplexFunction · 0.74
TestDBFunction · 0.74
TestMarshalBPInfoFunction · 0.74
TestGenSecp256k1KeypairFunction · 0.74