func(*github.PullRequest) error
| 99 | } |
| 100 | |
| 101 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected