MCPcopy
hub / github.com/go-gorm/gorm / Error

Method Error

tests/tracer_test.go:27–29  ·  view source on GitHub ↗
(ctx context.Context, s string, i ...interface{})

Source from the content-addressed store, hash-verified

25}
26
27func (S Tracer) Error(ctx context.Context, s string, i ...interface{}) {
28 S.Logger.Error(ctx, s, i...)
29}
30
31func (S Tracer) Trace(ctx context.Context, begin time.Time, fc func() (sql string, rowsAffected int64), err error) {
32 S.Logger.Trace(ctx, begin, fc, err)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected