(sm SortType)
| 210 | } |
| 211 | |
| 212 | func (v *RevWalk) Sorting(sm SortType) { |
| 213 | C.git_revwalk_sorting(v.ptr, C.uint(sm)) |
| 214 | runtime.KeepAlive(v) |
| 215 | } |
| 216 | |
| 217 | func (v *RevWalk) Free() { |
| 218 | runtime.SetFinalizer(v, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected