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

Method RecoverQuestion

internal/service/question_common/question.go:68–68  ·  view source on GitHub ↗
(ctx context.Context, questionID string)

Source from the content-addressed store, hash-verified

66 UpdateQuestionStatusWithOutUpdateTime(ctx context.Context, question *entity.Question) (err error)
67 DeletePermanentlyQuestions(ctx context.Context) (err error)
68 RecoverQuestion(ctx context.Context, questionID string) (err error)
69 UpdateQuestionOperation(ctx context.Context, question *entity.Question) (err error)
70 GetQuestionsByTitle(ctx context.Context, title string, pageSize int) (questionList []*entity.Question, err error)
71 UpdatePvCount(ctx context.Context, questionID string) (err error)

Callers 2

QuestionRecoverMethod · 0.65
RecoverQuestionMethod · 0.65

Implementers 1

questionRepointernal/repo/question/question_repo.g

Calls

no outgoing calls

Tested by

no test coverage detected