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

Method RemoveQuestionLink

internal/service/question_common/question.go:88–88  ·  view source on GitHub ↗
(ctx context.Context, link ...*entity.QuestionLink)

Source from the content-addressed store, hash-verified

86 GetLinkedQuestionIDs(ctx context.Context, questionID string, status int) (questionIDs []string, err error)
87 UpdateQuestionLinkCount(ctx context.Context, questionID string) (err error)
88 RemoveQuestionLink(ctx context.Context, link ...*entity.QuestionLink) (err error)
89 RecoverQuestionLink(ctx context.Context, link ...*entity.QuestionLink) (err error)
90 UpdateQuestionLinkStatus(ctx context.Context, status int, links ...*entity.QuestionLink) (err error)
91 GetQuestionLink(ctx context.Context, page, pageSize int, questionID string, orderCond string, inDays int) (questions []*entity.Question, total int64, err error)

Callers 5

UpdateQuestionLinkMethod · 0.65
OperationQuestionMethod · 0.65
RemoveQuestionMethod · 0.65
RemoveAnswerMethod · 0.65

Implementers 1

questionRepointernal/repo/question/question_repo.g

Calls

no outgoing calls

Tested by

no test coverage detected