Home
last modified time | relevance | path

Searched refs:GetIssueWithAttrsByID (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitea/gitea-1.16.5/services/issue/
H A Dassignee_test.go21 issue, err := models.GetIssueWithAttrsByID(1)
/dports/www/gitea/gitea-1.16.5/models/
H A Dissue_assignees_test.go20 issue, err := GetIssueWithAttrsByID(1)
H A Dissue.go1131 func GetIssueWithAttrsByID(id int64) (*Issue, error) { func