MCPcopy Index your code
hub / github.com/SignTools/SignTools / logErrApp

Function logErrApp

main.go:754–756  ·  view source on GitHub ↗
(err error, app storage.App)

Source from the content-addressed store, hash-verified

752}
753
754func logErrApp(err error, app storage.App) *zerolog.Event {
755 return log.Err(err).Str("app_id", app.GetId())
756}
757
758func renderIndex(c echo.Context) error {
759 apps, err := storage.Apps.GetAll()

Callers 2

renderInstallFunction · 0.85
renderIndexFunction · 0.85

Calls 1

GetIdMethod · 0.65

Tested by

no test coverage detected