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

Struct ErrPullRequestNotExist

internal/database/pull.go:556–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554var _ errutil.NotFound = (*ErrPullRequestNotExist)(nil)
555
556type ErrPullRequestNotExist struct {
557 args map[string]any
558}
559
560func IsErrPullRequestNotExist(err error) bool {
561 _, ok := err.(ErrPullRequestNotExist)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected