Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ Error
Method
Error
internal/database/issue.go:816–818 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
814
}
815
816
func
(err ErrIssueNotExist) Error() string {
817
return
fmt.Sprintf(
"issue does not exist: %v"
, err.args)
818
}
819
820
func
(ErrIssueNotExist) NotFound() bool {
821
return
true
Callers
7
sendLabelUpdatedWebhook
Method · 0.45
ClearLabels
Method · 0.45
ChangeStatus
Method · 0.45
ChangeTitle
Method · 0.45
ChangeContent
Method · 0.45
ChangeAssignee
Method · 0.45
NewIssue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected