(refdb *Refdb)
| 137 | } |
| 138 | |
| 139 | func (v *Repository) SetRefdb(refdb *Refdb) { |
| 140 | C.git_repository_set_refdb(v.ptr, refdb.ptr) |
| 141 | runtime.KeepAlive(v) |
| 142 | } |
| 143 | |
| 144 | func (v *Repository) Free() { |
| 145 | ptr := v.ptr |
nothing calls this directly
no outgoing calls
no test coverage detected