(commitIter object.CommitIter, limitOptions object.LogLimitOptions)
| 1322 | } |
| 1323 | |
| 1324 | func (*Repository) logWithLimit(commitIter object.CommitIter, limitOptions object.LogLimitOptions) object.CommitIter { |
| 1325 | return object.NewCommitLimitIterFromIter(commitIter, limitOptions) |
| 1326 | } |
| 1327 | |
| 1328 | func commitIterFunc(order LogOrder) func(c *object.Commit) object.CommitIter { |
| 1329 | switch order { |
no test coverage detected