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

Function Debug

opensca/logs/log.go:144–146  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

142}
143
144func Debug(v ...any) {
145 out(DEBUG, "", v...)
146}
147
148func Debugf(format string, v ...any) {
149 out(DEBUG, format, v...)

Callers 3

mainFunction · 0.92
LoadConfigFunction · 0.92
CreateLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected