MCPcopy Index your code
hub / github.com/commitdev/zero / Debugf

Function Debugf

pkg/util/flog/log.go:42–45  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

40}
41
42func Debugf(format string, a ...interface{}) {
43 logger.SetFormatter(debugFormatter)
44 logger.Debug(aurora.Green(emoji.Sprintf(format, a...)))
45}
46
47// Infof prints out a timestamp as prefix, Guidef just prints the message
48func Guidef(format string, a ...interface{}) {

Callers 13

RunPromptMethod · 0.92
executeCmdFunction · 0.92
PromptModuleParamsFunction · 0.92
paramConditionsMapperFunction · 0.92
FetchModuleFunction · 0.92
modulesWalkCmdFunction · 0.92
InitializeRepositoryFunction · 0.92
doInitialCommitFunction · 0.92
LoadConfigFunction · 0.92
CreateProjectConfigFileFunction · 0.92
ValidateZeroVersionFunction · 0.92
SummarizeParametersFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected