MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / Debugf

Function Debugf

opensca/logs/log.go:148–150  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

146}
147
148func Debugf(format string, v ...any) {
149 out(DEBUG, format, v...)
150}
151
152func Info(v ...any) {
153 out(INFO, "", v...)

Callers 15

mainFunction · 0.92
mainFunction · 0.92
RunTaskCaseFunction · 0.92
RunTaskFunction · 0.92
parsePomFunction · 0.92
DownloadUrlFromReposFunction · 0.92
WalkFunction · 0.92
walkFunction · 0.92
LoginFunction · 0.92
loadDefaultConfigFunction · 0.92
LoadConfigFunction · 0.92
SqliteFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected