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

Method GetTopCommentsReply

internal/service/comment.go:120–122  ·  view source on GitHub ↗
(ctx context.Context, postId int64)

Source from the content-addressed store, hash-verified

118}
119
120func (c *commentService) GetTopCommentsReply(ctx context.Context, postId int64) (domain.Comment, error) {
121 return c.repo.GetTopCommentsReply(ctx, postId)
122}

Callers

nothing calls this directly

Calls 1

GetTopCommentsReplyMethod · 0.65

Tested by

no test coverage detected