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

Function Warn

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

Source from the content-addressed store, hash-verified

158}
159
160func Warn(v ...any) {
161 out(WARN, "", v...)
162}
163
164func Warnf(format string, v ...any) {
165 out(WARN, format, v...)

Callers 15

mainFunction · 0.92
composer.goFile · 0.92
GradleTreeFunction · 0.92
npm.goFile · 0.92
ReadPomFunction · 0.92
mvn.goFile · 0.92
DownloadPomFromRepoFunction · 0.92
MkdirTempFunction · 0.92
CreateTempFunction · 0.92
DownloadUrlFromReposFunction · 0.92
xtarFunction · 0.92
xgzFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected