MCPcopy
hub / github.com/kingwrcy/moments / Error

Method Error

backend/db/db.go:46–48  ·  view source on GitHub ↗
(ctx context.Context, s string, i ...any)

Source from the content-addressed store, hash-verified

44}
45
46func (m myLog) Error(ctx context.Context, s string, i ...any) {
47 m.log.Error().Msgf(s, i...)
48}
49
50func (m myLog) Trace(ctx context.Context, begin time.Time, fc func() (sql string, rowsAffected int64), err error) {
51 if !m.cfg.EnableSQLOutput {

Callers 15

backupDatabaseFunction · 0.80
migrateFriendLinkFunction · 0.80
handleEmptyConfigFunction · 0.80
migrateTo3Function · 0.80
migrateIframeVideoUrlFunction · 0.80
TraceMethod · 0.80
GetFriendListMethod · 0.80
AddFriendMethod · 0.80
DeleteFriendMethod · 0.80
UploadMethod · 0.80
CleanMethod · 0.80
S3PreSignedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected