MCPcopy Create free account
hub / github.com/apache/answer / GetVoteStatus

Method GetVoteStatus

internal/service/activity_common/vote.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, objectId, userId string)

Source from the content-addressed store, hash-verified

26// VoteRepo activity repository
27type VoteRepo interface {
28 GetVoteStatus(ctx context.Context, objectId, userId string) (status string)
29 GetVoteCount(ctx context.Context, activityTypes []int) (count int64, err error)
30}

Callers 4

InfoMethod · 0.65
checkIsVoteMethod · 0.65
GetMethod · 0.65
SearchFormatInfoMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected