Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ GetFollowerCount
Method
GetFollowerCount
internal/service/relation.go:58–60 ·
view source on GitHub ↗
(ctx context.Context, UserID int64)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(r *relationService) GetFollowerCount(ctx context.Context, UserID int64) (int64, error) {
59
return
r.repo.GetFollowerCount(ctx, UserID)
60
}
Callers
nothing calls this directly
Calls
1
GetFollowerCount
Method · 0.65
Tested by
no test coverage detected