MCPcopy Create free account
hub / github.com/DOSNetwork/core / Debug

Function Debug

log/root.go:108–110  ·  view source on GitHub ↗

Debug is a convenient alias for Root().Debug

(msg string)

Source from the content-addressed store, hash-verified

106
107// Debug is a convenient alias for Root().Debug
108func Debug(msg string) {
109 root.Debug(msg)
110}
111
112// Info is a convenient alias for Root().Info
113func Info(msg string) {

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected