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

Method ShowFormat

internal/service/content/answer_service.go:742–744  ·  view source on GitHub ↗
(ctx context.Context, data *entity.Answer)

Source from the content-addressed store, hash-verified

740}
741
742func (as *AnswerService) ShowFormat(ctx context.Context, data *entity.Answer) *schema.AnswerInfo {
743 return as.AnswerCommon.ShowFormat(ctx, data)
744}
745
746func (as *AnswerService) notificationUpdateAnswer(ctx context.Context, questionUserID, answerID, answerUserID string) {
747 // If the answer is updated by me, there is no notification for myself.

Callers 6

GetMethod · 0.95
GetDetailMethod · 0.95
SearchFormatInfoMethod · 0.95
parseItemMethod · 0.45
PersonalAnswerPageMethod · 0.45
SearchUserTopListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected