Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XmirrorSecurity/OpenSCA-cli
/ Errorf
Function
Errorf
opensca/logs/log.go:173–176 ·
view source on GitHub ↗
(format string, v ...any)
Source
from the content-addressed store, hash-verified
171
}
172
173
func
Errorf(format string, v ...any) {
174
out(ERROR, format, v...)
175
out(ERROR,
""
, string(debug.Stack()))
176
}
177
178
func
Recover() {
179
if
err := recover(); err != nil {
Callers
1
RunTask
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected