MCPcopy
hub / github.com/apache/answer / ShowListFormat

Method ShowListFormat

internal/service/question_common/question.go:638–640  ·  view source on GitHub ↗
(ctx context.Context, data *entity.Question)

Source from the content-addressed store, hash-verified

636}
637
638func (qs *QuestionCommon) ShowListFormat(ctx context.Context, data *entity.Question) *schema.QuestionInfoResp {
639 return qs.ShowFormat(ctx, data)
640}
641
642func (qs *QuestionCommon) ShowFormat(ctx context.Context, data *entity.Question) *schema.QuestionInfoResp {
643 info := schema.QuestionInfoResp{}

Callers

nothing calls this directly

Calls 1

ShowFormatMethod · 0.95

Tested by

no test coverage detected