MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetFolloweeCount

Method GetFolloweeCount

internal/service/relation.go:54–56  ·  view source on GitHub ↗
(ctx context.Context, UserID int64)

Source from the content-addressed store, hash-verified

52}
53
54func (r *relationService) GetFolloweeCount(ctx context.Context, UserID int64) (int64, error) {
55 return r.repo.GetFolloweeCount(ctx, UserID)
56}
57
58func (r *relationService) GetFollowerCount(ctx context.Context, UserID int64) (int64, error) {
59 return r.repo.GetFollowerCount(ctx, UserID)

Callers

nothing calls this directly

Calls 1

GetFolloweeCountMethod · 0.65

Tested by

no test coverage detected