Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
565
func
(err ErrPullRequestNotExist) Error() string {
566
return
fmt.Sprintf(
"pull request does not exist: %v"
, err.args)
567
}
568
569
func
(ErrPullRequestNotExist) NotFound() bool {
570
return
true
Callers
9
Merge
Method · 0.45
NewPullRequest
Function · 0.45
UpdatePatch
Method · 0.45
PushToBaseRepo
Method · 0.45
AddToTaskQueue
Method · 0.45
addHeadRepoTasks
Function · 0.45
AddTestPullRequestTask
Function · 0.45
checkAndUpdateStatus
Method · 0.45
TestPullRequests
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestPullRequests
Function · 0.36