| 183 | } |
| 184 | |
| 185 | type TreeBuilder struct { |
| 186 | doNotCompare |
| 187 | ptr *C.git_treebuilder |
| 188 | repo *Repository |
| 189 | } |
| 190 | |
| 191 | func (v *TreeBuilder) Free() { |
| 192 | runtime.SetFinalizer(v, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected