()
| 304 | } |
| 305 | |
| 306 | func (AnswerV13) TableName() string { |
| 307 | return "answer" |
| 308 | } |
| 309 | |
| 310 | // updateUserAnswerCount update user answer count |
| 311 | func updateUserAnswerCount(ctx context.Context, x *xorm.Engine) error { |
no outgoing calls
no test coverage detected