()
| 205 | } |
| 206 | |
| 207 | func (v *RevWalk) SimplifyFirstParent() { |
| 208 | C.git_revwalk_simplify_first_parent(v.ptr) |
| 209 | runtime.KeepAlive(v) |
| 210 | } |
| 211 | |
| 212 | func (v *RevWalk) Sorting(sm SortType) { |
| 213 | C.git_revwalk_sorting(v.ptr, C.uint(sm)) |
nothing calls this directly
no outgoing calls
no test coverage detected