()
| 1109 | } |
| 1110 | |
| 1111 | func (o *Remote) Disconnect() { |
| 1112 | runtime.LockOSThread() |
| 1113 | defer runtime.UnlockOSThread() |
| 1114 | |
| 1115 | C.git_remote_disconnect(o.ptr) |
| 1116 | runtime.KeepAlive(o) |
| 1117 | } |
| 1118 | |
| 1119 | func (o *Remote) Ls(filterRefs ...string) ([]RemoteHead, error) { |
| 1120 |
nothing calls this directly
no outgoing calls
no test coverage detected