MCPcopy Create free account
hub / github.com/gogs/gogs / getCommentsByIssueID

Function getCommentsByIssueID

internal/database/comment.go:459–461  ·  view source on GitHub ↗
(e Engine, issueID int64)

Source from the content-addressed store, hash-verified

457}
458
459func getCommentsByIssueID(e Engine, issueID int64) ([]*Comment, error) {
460 return getCommentsByIssueIDSince(e, issueID, -1)
461}
462
463// GetCommentsByIssueID returns all comments of an issue.
464func GetCommentsByIssueID(issueID int64) ([]*Comment, error) {

Callers 2

GetCommentsByIssueIDFunction · 0.85
loadAttributesMethod · 0.85

Calls 1

Tested by

no test coverage detected