MCPcopy 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
816func (err ErrIssueNotExist) Error() string {
817 return fmt.Sprintf("issue does not exist: %v", err.args)
818}
819
820func (ErrIssueNotExist) NotFound() bool {
821 return true

Callers 7

ClearLabelsMethod · 0.45
ChangeStatusMethod · 0.45
ChangeTitleMethod · 0.45
ChangeContentMethod · 0.45
ChangeAssigneeMethod · 0.45
NewIssueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected