MCPcopy
hub / github.com/kubernetes/test-infra / PRMungeFunc

FuncType PRMungeFunc

pkg/ghclient/wrappers.go:101–101  ·  view source on GitHub ↗
func(*github.PullRequest) error

Source from the content-addressed store, hash-verified

99}
100
101type PRMungeFunc func(*github.PullRequest) error
102
103// ForEachPR iterates over all PRs that fit the specified criteria, calling the munge function on every PR.
104// If the munge function returns a non-nil error, ForEachPR will return immediately with a non-nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected