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

Function Infof

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

Source from the content-addressed store, hash-verified

154}
155
156func Infof(format string, v ...any) {
157 out(INFO, format, v...)
158}
159
160func Warn(v ...any) {
161 out(WARN, "", v...)

Callers 11

argsFunction · 0.92
initHttpClientFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
RunTaskFunction · 0.92
downloadFromHttpFunction · 0.92
SaasFunction · 0.92
SaveFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected