MCPcopy Create free account
hub / github.com/pydio/cells / logError

Method logError

data/source/sync/dao/sql/sql.go:121–123  ·  view source on GitHub ↗
(ctx context.Context, e error)

Source from the content-addressed store, hash-verified

119}
120
121func (h *sqlImpl) logError(ctx context.Context, e error) {
122 log.Logger(ctx).Error("[SLQ Checksum Mapper]", zap.Error(e))
123}

Callers 1

SetMethod · 0.95

Calls 2

LoggerFunction · 0.92
ErrorMethod · 0.65

Tested by

no test coverage detected