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

Function Error

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

Source from the content-addressed store, hash-verified

166}
167
168func Error(v ...any) {
169 out(ERROR, "", v...)
170 out(ERROR, "", string(debug.Stack()))
171}
172
173func Errorf(format string, v ...any) {
174 out(ERROR, format, v...)

Callers 15

mainFunction · 0.92
mainFunction · 0.92
initCacheFunction · 0.92
WalkFunction · 0.92
GetServerLicenseFunction · 0.92
GetServerVulnFunction · 0.92
LoadJsonOriginMethod · 0.92
LoadSqlOriginMethod · 0.92
GetClientIdFunction · 0.92
DetectFunction · 0.92
getAesKeyFunction · 0.92
encryptFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected