MCPcopy
hub / github.com/apache/answer / GetReplyCommentID

Method GetReplyCommentID

internal/entity/comment_entity.go:66–71  ·  view source on GitHub ↗

GetReplyCommentID get reply comment id

()

Source from the content-addressed store, hash-verified

64
65// GetReplyCommentID get reply comment id
66func (c *Comment) GetReplyCommentID() string {
67 if c.ReplyCommentID.Valid {
68 return fmt.Sprintf("%d", c.ReplyCommentID.Int64)
69 }
70 return ""
71}
72
73// SetReplyUserID set reply user id
74func (c *Comment) SetReplyUserID(str string) {

Callers 3

GetCommentMethod · 0.80
SetFromCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected