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

Method Error

internal/database/pull.go:565–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563}
564
565func (err ErrPullRequestNotExist) Error() string {
566 return fmt.Sprintf("pull request does not exist: %v", err.args)
567}
568
569func (ErrPullRequestNotExist) NotFound() bool {
570 return true

Callers 9

MergeMethod · 0.45
NewPullRequestFunction · 0.45
UpdatePatchMethod · 0.45
PushToBaseRepoMethod · 0.45
AddToTaskQueueMethod · 0.45
addHeadRepoTasksFunction · 0.45
AddTestPullRequestTaskFunction · 0.45
checkAndUpdateStatusMethod · 0.45
TestPullRequestsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestPullRequestsFunction · 0.36