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

Method SitemapQuestions

internal/service/question_common/question.go:82–82  ·  view source on GitHub ↗
(ctx context.Context, page, pageSize int)

Source from the content-addressed store, hash-verified

80 GetResolvedQuestionCount(ctx context.Context) (count int64, err error)
81 GetUserQuestionCount(ctx context.Context, userID string, show int) (count int64, err error)
82 SitemapQuestions(ctx context.Context, page, pageSize int) (questionIDList []*schema.SiteMapQuestionInfo, err error)
83 RemoveAllUserQuestion(ctx context.Context, userID string) (err error)
84 UpdateSearch(ctx context.Context, questionID string) (err error)
85 LinkQuestion(ctx context.Context, link ...*entity.QuestionLink) (err error)

Callers 3

SitemapMethod · 0.65
SitemapPageMethod · 0.65
SitemapCronMethod · 0.65

Implementers 1

questionRepointernal/repo/question/question_repo.g

Calls

no outgoing calls

Tested by

no test coverage detected