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

Method Info

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

Source from the content-addressed store, hash-verified

36}
37
38func (m myLog) Info(ctx context.Context, s string, i ...any) {
39 m.log.Info().Msgf(s, i...)
40}
41
42func (m myLog) Warn(ctx context.Context, s string, i ...any) {
43 m.log.Warn().Msgf(s, i...)

Callers 11

backupDatabaseFunction · 0.80
migrateFriendLinkFunction · 0.80
migrateTo3Function · 0.80
migrateIframeVideoUrlFunction · 0.80
mainFunction · 0.80
SaveConfigMethod · 0.80
checkGoogleRecaptchaFunction · 0.80
GetDoubanMovieInfoMethod · 0.80
downloadImageFunction · 0.80
GetDoubanBookInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected