MCPcopy Index your code
hub / github.com/apache/answer / GetReplyUserID

Method GetReplyUserID

internal/entity/comment_entity.go:58–63  ·  view source on GitHub ↗

GetReplyUserID get reply user id

()

Source from the content-addressed store, hash-verified

56
57// GetReplyUserID get reply user id
58func (c *Comment) GetReplyUserID() string {
59 if c.ReplyUserID.Valid {
60 return fmt.Sprintf("%d", c.ReplyUserID.Int64)
61 }
62 return ""
63}
64
65// GetReplyCommentID get reply comment id
66func (c *Comment) GetReplyCommentID() string {

Callers 4

GetCommentMethod · 0.80
SetFromCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected