Method
logError
(ctx context.Context, e error)
Source from the content-addressed store, hash-verified
| 119 | } |
| 120 | |
| 121 | func (h *sqlImpl) logError(ctx context.Context, e error) { |
| 122 | log.Logger(ctx).Error("[SLQ Checksum Mapper]", zap.Error(e)) |
| 123 | } |
Tested by
no test coverage detected