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

Method Warn

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

Source from the content-addressed store, hash-verified

40}
41
42func (m myLog) Warn(ctx context.Context, s string, i ...any) {
43 m.log.Warn().Msgf(s, i...)
44}
45
46func (m myLog) Error(ctx context.Context, s string, i ...any) {
47 m.log.Error().Msgf(s, i...)

Callers 3

migrateTo3Function · 0.80
migrateIframeVideoUrlFunction · 0.80
TraceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected