MCPcopy Index your code
hub / github.com/apache/answer / UpdateAnswerCount

Method UpdateAnswerCount

internal/service/user_common/user.go:47–47  ·  view source on GitHub ↗
(ctx context.Context, userID string, count int)

Source from the content-addressed store, hash-verified

45 IncreaseQuestionCount(ctx context.Context, userID string, amount int) (err error)
46 UpdateQuestionCount(ctx context.Context, userID string, count int64) (err error)
47 UpdateAnswerCount(ctx context.Context, userID string, count int) (err error)
48 UpdateLastLoginDate(ctx context.Context, userID string) (err error)
49 UpdateEmailStatus(ctx context.Context, userID string, emailStatus int) error
50 UpdateNoticeStatus(ctx context.Context, userID string, noticeStatus int) error

Callers 5

UpdateAnswerCountMethod · 0.65
RemoveAnswerMethod · 0.65
RecoverAnswerMethod · 0.65
InsertMethod · 0.65
updateObjectStatusMethod · 0.65

Implementers 1

userRepointernal/repo/user/user_repo.go

Calls

no outgoing calls

Tested by

no test coverage detected