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

Method InputComment

internal/repository/search.go:105–107  ·  view source on GitHub ↗
(ctx context.Context, comment domain.CommentSearch)

Source from the content-addressed store, hash-verified

103}
104
105func (s *searchRepository) InputComment(ctx context.Context, comment domain.CommentSearch) error {
106 return s.dao.InputComment(ctx, s.toDaoCommentSearch(comment))
107}
108
109func (s *searchRepository) toDaoPostSearch(domainPosts domain.PostSearch) dao.PostSearch {
110 return dao.PostSearch{

Callers

nothing calls this directly

Calls 2

toDaoCommentSearchMethod · 0.95
InputCommentMethod · 0.65

Tested by

no test coverage detected