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

Method UpdateQuestionCount

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

Source from the content-addressed store, hash-verified

44 IncreaseAnswerCount(ctx context.Context, userID string, amount int) (err error)
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

Callers 6

RemoveQuestionMethod · 0.65
UpdateQuestionCountMethod · 0.65
AddQuestionMethod · 0.65
RemoveQuestionMethod · 0.65
RecoverQuestionMethod · 0.65
updateObjectStatusMethod · 0.65

Implementers 1

userRepointernal/repo/user/user_repo.go

Calls

no outgoing calls

Tested by

no test coverage detected