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

Function Warnf

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

Source from the content-addressed store, hash-verified

162}
163
164func Warnf(format string, v ...any) {
165 out(WARN, format, v...)
166}
167
168func Error(v ...any) {
169 out(ERROR, "", v...)

Callers 15

mainFunction · 0.92
initHttpClientFunction · 0.92
taskReportFunction · 0.92
pipenvGraphFunction · 0.92
ParsePipfileFunction · 0.92
ParsePipfileLockFunction · 0.92
ReadComposerRepoJsonFunction · 0.92
ParseCargoLockFunction · 0.92
ParseYarnLockFunction · 0.92
ParsePomsFunction · 0.92
parsePomFunction · 0.92
DownloadUrlFromReposFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected