()
| 196 | } |
| 197 | |
| 198 | func (o *Object) Free() { |
| 199 | runtime.SetFinalizer(o, nil) |
| 200 | C.git_object_free(o.ptr) |
| 201 | } |
| 202 | |
| 203 | // Peel recursively peels an object until an object of the specified type is met. |
| 204 | // |
nothing calls this directly
no outgoing calls
no test coverage detected