Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
func
Warnf(format string, v ...any) {
165
out(WARN, format, v...)
166
}
167
168
func
Error(v ...any) {
169
out(ERROR,
""
, v...)
Callers
15
main
Function · 0.92
initHttpClient
Function · 0.92
taskReport
Function · 0.92
pipenvGraph
Function · 0.92
ParsePipfile
Function · 0.92
ParsePipfileLock
Function · 0.92
ReadComposerRepoJson
Function · 0.92
ParseCargoLock
Function · 0.92
ParseYarnLock
Function · 0.92
ParsePoms
Function · 0.92
parsePom
Function · 0.92
DownloadUrlFromRepos
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected