MCPcopy 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
173func Errorf(format string, v ...any) {
174 out(ERROR, format, v...)
175 out(ERROR, "", string(debug.Stack()))
176}
177
178func Recover() {
179 if err := recover(); err != nil {

Callers 1

RunTaskFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected